blob: 901f43cd276cec54a10b763d625ce13624492c5b [file] [log] [blame]
env GO111MODULE=off
! go build selfimport
stderr -count=1 'import cycle not allowed'
# 'go list' shouldn't hang forever.
go list -e -json selfimport
-- $GOPATH/src/selfimport/selfimport.go --
package selfimport
import "selfimport"