func runtime.printstring
9 uses
runtime (current package)
print.go#L107: printstring(" ")
print.go#L111: printstring("\n")
print.go#L116: printstring("true")
print.go#L118: printstring("false")
print.go#L125: printstring("NaN")
print.go#L128: printstring("+Inf")
print.go#L131: printstring("-Inf")
print.go#L213: printstring("-")
print.go#L244: func printstring(s string) {
![]() |
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. |