Sign in
go
/
tools
/
4b9a5fd414e6f0cfb7d0b0c2c711f330a293a997
/
.
/
go
/
analysis
/
passes
/
modernize
/
testdata
/
importcommentmod
/
block.go
blob: 654039daa25d548f86e232c2d4568fd683a6cd5d [
file
]
// want +2 `canonical import path comment is ignored in module mode`
package importcommentmod
/* import "example.com/importcommentmod" */
func block() {}