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