func fmt.Fprintln
29 uses
fmt (current package)
print.go#L262: func Fprintln(w io.Writer, a ...interface{}) (n int, err error) {
print.go#L274: return Fprintln(os.Stdout, a...)
flag
flag.go#L870: fmt.Fprintln(f.Output(), msg)
flag.go#L893: fmt.Fprintln(f.Output(), err)
github.com/go-git/go-git/v5
submodule.go#L310: fmt.Fprintln(buf, sub)
github.com/go-git/go-git/v5/storage/filesystem/dotgit
dotgit.go#L841: if _, err := fmt.Fprintln(tmp, line); err != nil {
github.com/prometheus/common/expfmt
encode.go#L73: _, err := fmt.Fprintln(w, v.String())
encode.go#L78: _, err := fmt.Fprintln(w, proto.MarshalTextString(v))
go/ast
commentmap.go#L319: fmt.Fprintln(&buf, "CommentMap {")
commentmap.go#L330: fmt.Fprintln(&buf, "}")
scope.go#L55: fmt.Fprintln(&buf)
golang.org/x/pkgsite/internal/dcensus
debug.go#L52: fmt.Fprintln(&buf, "link attrs:")
golang.org/x/pkgsite/internal/worker
server.go#L290: fmt.Fprintln(w, msg)
server.go#L292: fmt.Fprintln(w, http.StatusText(code))
server.go#L638: fmt.Fprintln(w, "OK")
google.golang.org/api/googleapi
googleapi.go#L117: fmt.Fprintln(&buf, "\nMore details:")
gopkg.in/warnings.v0
warnings.go#L98: fmt.Fprintln(b, "fatal:")
warnings.go#L99: fmt.Fprintln(b, l.Fatal)
warnings.go#L105: fmt.Fprintln(b, "warning:")
warnings.go#L107: fmt.Fprintln(b, "warnings:")
warnings.go#L110: fmt.Fprintln(b, err)
net/http
server.go#L2082: fmt.Fprintln(w, error)
server.go#L2180: fmt.Fprintln(w, body)
net/http/httptest
server.go#L134: fmt.Fprintln(os.Stderr, "httptest: serving on", s.URL)
testing
benchmark.go#L595: fmt.Fprintln(b.w, results)
run_example.go#L30: fmt.Fprintln(os.Stderr, err)
testing.go#L1399: fmt.Fprintln(os.Stderr, "testing: -parallel can only be given a positive integer")
testing.go#L1421: fmt.Fprintln(os.Stderr, "testing: warning: no tests to run")
testing.go#L1483: fmt.Fprintln(os.Stderr, "testing: warning: no tests to run")
 |
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. |