func fmt.Fprintln
5 uses
fmt (current package)
print.go#L303: func Fprintln(w io.Writer, a ...any) (n int, err error) {
print.go#L315: return Fprintln(os.Stdout, a...)
github.com/klauspost/compress/zstd
dict.go#L199: fmt.Fprintln(o.DebugOut, args...)
net/http
server.go#L2318: fmt.Fprintln(w, error)
server.go#L2418: fmt.Fprintln(w, body)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |