go/internal/lsp/testdata/imports/remove_imports.go.in

10 lines
79 B
Go

package imports //@import("package")
import (
"bytes"
"fmt"
)
func _() {
}