func TestTag(t *testing.T) { t.Log(gogitver.Tag()) }
func ExampleTag() { fmt.Println("tag:", gogitver.Tag()) // tag: 1.0.2 }