func fmt.Print
7 uses
fmt (current package)
print.go#L241: func Print(a ...interface{}) (n int, err error) {
github.com/yuin/goldmark/ast
block.go#L467: fmt.Print(string(source[s.Start:s.Stop]))
go/parser
parser.go#L219: fmt.Print(dots)
parser.go#L223: fmt.Print(dots[0:i])
go/printer
printer.go#L106: fmt.Print(p.pos.String() + ": ")
golang.org/x/pkgsite/internal/testing/htmlcheck
htmlcheck.go#L207: fmt.Print(" ")
testing
testing.go#L770: fmt.Print(c.decorate(s, depth+1))
![]() |
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. |