github.com/jmigpin/editor@v1.6.0/core/godebug/testdata/src07.txt (about)

     1  fail ucmd godebugtester run main.go
     2  contains error "main.go:2:1: missing pkg for path: not_used_here"
     3  
     4  -- main.go --
     5  package main
     6  //godebug:annotatepackage:not_used_here
     7  func main() {
     8  	a:=1
     9  	_=a
    10  }
    11