Sign in
go
/
vscode-go
/
3e3f506560f41d1cbf21f59383d99ee601357c11
/
.
/
test
/
testdata
/
importTest
/
singleImports.go
blob: a691ea00dc2dd4b2d3a93ab1649d192b1b992ba6 [
file
] [
log
] [
blame
]
package hello
import "fmt"
import . "math"
// comment
func two() {
fmt.Print(Max(1, 2))
}