dimanche 2 avril 2017

How to test logging(log.Println) in Golang?

How to test below the code in Golang?

package main

import "log"

func main() {
    log.Println("hello world")
}

Aucun commentaire:

Enregistrer un commentaire