1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:14:47 -07:00

add $ at the end of test

This commit is contained in:
Yuki Osaki 2021-08-13 21:54:27 +09:00
parent e259b563fd
commit 3b7b85e676

View File

@ -1,5 +1,5 @@
! go build
stderr 'main.go:4:2: local import "./foo" not supported in module mode'
stderr 'main.go:4:2: local import "./foo" not supported in module mode$'
-- foo/foo.go --
package foo