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