package go_vorbis import ( "log" "testing" ) func TestVersion(t *testing.T) { log.Print(Version()) }