go-vorbis/version_test.go
2022-07-28 13:13:19 +02:00

11 lines
106 B
Go

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