go-vorbis/version_test.go

11 lines
106 B
Go
Raw Normal View History

2022-07-28 11:13:19 +00:00
package go_vorbis
import (
"log"
"testing"
)
func TestVersion(t *testing.T) {
log.Print(Version())
}