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