go-lame icon indicating copy to clipboard operation
go-lame copied to clipboard

Relative path in wavfile_test.go

Open Shion1305 opened this issue 1 year ago • 0 comments

Relative path are used in wavfile_test.go.

https://github.com/sunicy/go-lame/blob/1c192eaafa399fe3eca1d930790b66a48f2a4c73/wavfile_test.go#L6 However relative path imports are not allowed since Go 1.11

When I try to use this package, following error occurs.

	github.com/sunicy/go-lame tested by
	github.com/sunicy/go-lame.test imports
	./compare: "./compare" is relative, but relative import paths are not supported in module mode

Shion1305 avatar Jun 21 '23 11:06 Shion1305