下面是一些示例代码:func main() { os.MkdirAll(outDir + id, 0755) os.Create(outDir + id + "/txt") os.OpenFile(outDir + id + "/" + ".tmp", os.OWRONLY|os_APPEND) os.Stat(outDir + id + "/.tmp")}以下是使用任一格式化或go fmt按下Go Playground后的输出:Formatfunc main() { os.MkdirAll(outDir+id, 0755) os.Create(outDir + id + "/txt") os.OpenFile(outDir+id+"/"+".tmp", os.OWRONLY|os_APPEND) os.Stat(outDir + id + "/.tmp")}和 中的空格在os.MkdirAll()和中未触及时os.OpenFile()被删除。我希望格式是相同的。os.Create()os.Stat()为什么会这样?
- 1 回答
- 0 关注
- 179 浏览
添加回答
举报
0/150
提交
取消