Sign in
go
/
tools
/
1727ee11c454bd7fcf10ab3e38d4c543fa8213a4
/
.
/
internal
/
lsp
/
testdata
/
imports
/
good_imports.go.in
blob: a03c06c6d95bfc14bf5505ef7e83aea09ae9e51d [
file
] [
log
] [
blame
]
package
imports
//@import("package")
import
"fmt"
func _
()
{
fmt
.
Println
(
""
)
}