1
0
mirror of https://github.com/golang/go synced 2024-10-01 13:18:33 -06:00
go/internal/lsp/testdata/imports/add_import.go.in

11 lines
109 B
Go
Raw Normal View History

package imports //@import("package")
import (
"fmt"
)
func _() {
fmt.Println("")
bytes.NewBuffer(nil)
}