diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 01:47:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 01:47:27 -0600 |
| commit | 25b2e50f6b1a15f887416479cd0df583cc6d4e19 (patch) | |
| tree | 53df31b1523a11aa93c5c61cd04c64555578627a /doSubmitPatch.go | |
| parent | ca51b9ba74535ddfd01b15a395b910ac12767241 (diff) | |
git commit --all works
Diffstat (limited to 'doSubmitPatch.go')
| -rw-r--r-- | doSubmitPatch.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doSubmitPatch.go b/doSubmitPatch.go deleted file mode 100644 index 8f7b6dd..0000000 --- a/doSubmitPatch.go +++ /dev/null @@ -1,13 +0,0 @@ -package main - -import ( - "go.wit.com/log" -) - -func doSubmit(name string) { - if err := sendDevelDiff(name); err != nil { - log.Info("sending patches failed", err) - } else { - log.Info("sent patch set ok") - } -} |
