func io/ioutil.WriteFile
4 uses
io/ioutil (current package)
ioutil.go#L45: func WriteFile(filename string, data []byte, perm fs.FileMode) error {
github.com/evanw/esbuild/pkg/api
api_impl.go#L806: if err := ioutil.WriteFile(result.AbsPath, result.Contents, mode); err != nil {
golang.org/x/pkgsite/devtools/cmd/css
main.go#L90: if err := ioutil.WriteFile(cssFile, []byte(copyright), 0644); err != nil {
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L162: if err := ioutil.WriteFile(filename, []byte(data), 0644); 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. |