Sign in
go
/
tools
/
665c9227d976a1d04326dabe85ccc428fc8218bc
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
imports
/
remove_import.go.in
blob: 09060bada42e55cb9d3e9c5716c520871d92a9e2 [
file
] [
log
] [
blame
]
package
imports
//@import("package")
import
(
"bytes"
"fmt"
)
func _
()
{
fmt
.
Println
(
""
)
}