file_put_contents

file_put_contents

[code=golang]
d1 := []byte("hello\ngo\n")
err := ioutil.WriteFile("/tmp/dat1", d1, 0644)
[/code]