Sign in
go
/
vscode-go
/
2163a5a2a737bc73b3e083f61a6047f641d37b8b
/
.
/
test
/
testdata
/
importTest
/
groupImports.go
blob: a01bcfd91c2907b78ae55f8a8a074cf09f31a409 [
file
] [
log
] [
blame
]
package hello
import (
"fmt"
"math"
)
func one() {
fmt.Print(math.Max(1, 2))
}