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:
@@ -1,8 +1,7 @@
|
||||
package selfupdate
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
import "testing"
|
||||
|
||||
func TestUpdater(t *testing.T) {
|
||||
|
||||
func TestUpdater() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user