func fmt.Println
19 uses
fmt (current package)
print.go#L273: func Println(a ...interface{}) (n int, err error) {
github.com/aws/aws-sdk-go/aws/corehandlers
handlers.go#L81: fmt.Println("request expired, resigning")
github.com/russross/blackfriday/v2
node.go#L333: fmt.Println(dumpString(ast))
github.com/yuin/goldmark/extension/ast
table.go#L57: fmt.Println("")
go/parser
parser.go#L224: fmt.Println(a...)
go/printer
printer.go#L107: fmt.Println(msg...)
golang.org/x/pkgsite/devtools/cmd/csphash
main.go#L69: fmt.Println()
golang.org/x/pkgsite/devtools/cmd/css
main.go#L105: fmt.Println("Dryrun only. Run with `-write` to write to stylesheet.css.")
main.go#L130: fmt.Println(contentsToWrite)
golang.org/x/pkgsite/internal
symbol.go#L144: fmt.Println(build, v, sm.Name, sm.Synopsis)
gopkg.in/yaml.v2
scannerc.go#L619: fmt.Println(pargs...)
scannerc.go#L621: return func() { fmt.Println(pargs...) }
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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |