diff options
| author | Jeff Carr <[email protected]> | 2024-12-11 13:50:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-11 13:50:38 -0600 |
| commit | 96a063a15a8f3f31bc98fe94ce1320e39232f26d (patch) | |
| tree | de06b46b2a38bca923213d0ef78139cce6b54bfd /sort.go | |
| parent | 5846d5e4affbb2c2a220453a3de3c335b43cd2d6 (diff) | |
Diffstat (limited to 'sort.go')
| -rw-r--r-- | sort.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import ( ) func makeSortfile() { - f, _ := os.OpenFile(sortmap["protobase"]+".sort.pb.go", os.O_WRONLY|os.O_CREATE, 0600) + f, _ := os.OpenFile(sortmap["protobase"]+".sort.pb.go", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644) header(f, sortmap) |
