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