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