1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00

Add command line flags, fix bug

* Add -o flag for setting output directory
* Add -platform flag for setting platform manually
* Fixes #2
This commit is contained in:
Thomas Frössman
2015-01-07 12:10:56 +01:00
parent 14a25c83a5
commit 19468084c4
2 changed files with 22 additions and 23 deletions

View File

@@ -1,8 +1,7 @@
package selfupdate
import (
"testing"
)
import "testing"
func TestUpdater(t *testing.T) {
func TestUpdater() {
}