We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c19323 commit db60a81Copy full SHA for db60a81
cmd/uncloud/docs.go
@@ -106,5 +106,5 @@ func postProcessMarkdown(filename string) error {
106
content = re.ReplaceAllString(content, r.new)
107
}
108
109
- return os.WriteFile(filename, []byte(content), 0644)
+ return os.WriteFile(filename, []byte(content), 0o644)
110
0 commit comments