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