Sign in
go
/
vscode-go
/
89c2500fb7ca0da81ed638d42f2600348ff33e57
/
.
/
test
/
fixtures
/
completions
/
unimportedPkgs.go
blob: 684e1468219a9e9f2072fcae58bec218460392e1 [
file
] [
log
] [
blame
]
package main
import (
"fmt"
)
func print(txt string) {
fmt.Println(txt)
}
func main() {
by
math.
print("Hello")
}