diff options
Diffstat (limited to 'doGitPull.go')
| -rw-r--r-- | doGitPull.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doGitPull.go b/doGitPull.go new file mode 100644 index 0000000..cca3b19 --- /dev/null +++ b/doGitPull.go @@ -0,0 +1,7 @@ +package main + +// An app to submit patches for the 30 GO GUI repos + +func doGitPull() { + me.found.RillGitPull() +} |
