WriteFile writes data to the named file, creating it if necessary. If the file does not exist, WriteFile creates it with permissions perm (before umask); otherwise WriteFile truncates it before writing, without changing permissions.
(name string, data []byte, perm fs.FileMode)
source not stored for this graph (policy: none)
no outgoing calls