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