package go_library import ( "fmt" "testing" ) func TestVersion(t *testing.T) { fmt.Println(Version()) }