diff options
| author | Jeff Carr <[email protected]> | 2024-12-28 03:00:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-28 03:00:42 -0600 |
| commit | d02ced3f2e84dca6e207335df48e48fc4549c0bc (patch) | |
| tree | c4767765af278a26f2f3bc0952fd040746c3e375 /send.go | |
| parent | a957c22f8b63f390fc4289b93a84e921e5c3d64d (diff) | |
starting to work. maybe
Diffstat (limited to 'send.go')
| -rw-r--r-- | send.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ func getPatch(pbfile string) error { f, _ := os.OpenFile(filename, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644) f.Write(body) f.Close() + + doit(body) return nil } |
