func fmt.Println
13 uses
fmt (current package)
print.go#L273: func Println(a ...interface{}) (n int, err error) {
src.elv.sh/cmd/examples/e3bc
main.go#L71: fmt.Println("error:", err)
src.elv.sh/cmd/examples/nav
main.go#L23: fmt.Println("code:", code)
main.go#L25: fmt.Println("err", err)
src.elv.sh/pkg/cli
tty.go#L68: fmt.Println(t.out, "failed to restore terminal properties:", err)
src.elv.sh/pkg/shell
interact.go#L38: fmt.Println(r)
testing
benchmark.go#L664: fmt.Println(benchName)
cover.go#L112: fmt.Println("coverage: [no statements]")
testing.go#L1424: fmt.Println("FAIL")
testing.go#L1429: fmt.Println("PASS")
testing.go#L1459: fmt.Println(test.Name)
testing.go#L1464: fmt.Println(bench.Name)
testing.go#L1469: fmt.Println(example.Name)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)