Sign in
◑
Theme
go
/
vscode-go
/
bcdc9f445a296fe76cf6512c41ae67e278ce3d42
/
.
/
extension
/
test
/
testdata
/
errorsTest
/
errors.go
blob: 18d6162d66d211c13d792872ea2a1982a7cfeb99 [
file
]
package main
import (
"fmt"
)
func Print2(txt string) {
fmt.Println(txt)
}
func main2() {
prin("Hello")
}