1
0
mirror of https://github.com/golang/go synced 2024-11-19 07:44:49 -07:00
go/internal/lsp/testdata/imports/good_imports.go.in

8 lines
81 B
Go
Raw Normal View History

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