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