io/ioutil: document that WriteFile does not do a f.Sync...
What did you do? Use ioutil.WriteFile. What did you expect to see? I'm sorry if the expectation is wrong but I expected the source of ioutil.WriteFile to have a call to f.Sync() What did you see instead? No call