1
0
mirror of https://github.com/golang/go synced 2024-11-19 06:04:39 -07:00
go/internal/lsp/testdata/imports/multiple_blocks.go.in

10 lines
98 B
Go
Raw Normal View History

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