Exemplo n.º 1
0
func TestGit(t *testing.T) {
	t.Log(gogitver.Git())
}
Exemplo n.º 2
0
func ExampleGit() {
	fmt.Println("git:", gogitver.Git())
	// git: 1.0.2-0-g641e39f
}