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