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