func fmt.Sprintln
14 uses
fmt (current package)
print.go#L279: func Sprintln(a ...interface{}) string {
encoding/gob
type.go#L280: panic(fmt.Sprintln("nextId too large:", nextId))
github.com/go-git/go-git/v5/storage/filesystem/dotgit
dotgit.go#L621: content = fmt.Sprintln(r.Hash().String())
log
log.go#L200: func (l *Logger) Println(v ...interface{}) { l.Output(2, fmt.Sprintln(v...)) }
log.go#L216: l.Output(2, fmt.Sprintln(v...))
log.go#L236: s := fmt.Sprintln(v...)
log.go#L329: std.Output(2, fmt.Sprintln(v...))
log.go#L346: std.Output(2, fmt.Sprintln(v...))
log.go#L366: s := fmt.Sprintln(v...)
testing
testing.go#L785: func (c *common) Log(args ...interface{}) { c.log(fmt.Sprintln(args...)) }
testing.go#L796: c.log(fmt.Sprintln(args...))
testing.go#L808: c.log(fmt.Sprintln(args...))
testing.go#L820: c.log(fmt.Sprintln(args...))
text/template
funcs.go#L50: "println": fmt.Sprintln,
![]() |
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. |