os.File.WriteString (method)
5 uses
os (current package)
file.go#L248: func (f *File) WriteString(s string) (n int, err error) {
github.com/evanw/esbuild/internal/logger
logger_darwin.go#L32: file.WriteString(text)
golang.org/x/crypto/ssh
client.go#L274: _, err := os.Stderr.WriteString(banner)
golang.org/x/pkgsite/devtools/cmd/css
main.go#L132: if _, err := file.WriteString(contentsToWrite); err != nil {
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L137: if _, err := file.WriteString(contents); err != nil {
![]() |
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. |