Sign in
go
/
vscode-go
/
80897aa66325bed8ece3f734d8fe755ce75142f2
/
.
/
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")
}