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 cfce6f4 commit 22c52c1Copy full SHA for 22c52c1
main.go
@@ -56,7 +56,7 @@ func main() {
56
if err != nil {
57
return err
58
}
59
- written, err := system.WriteTo(file)
+ written, err := system.WriteRawTo(file)
60
61
62
@@ -148,7 +148,7 @@ func main() {
148
149
150
151
152
153
154
0 commit comments