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