1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00
go-selfupdate/selfupdate/selfupdate_test.go
Thomas Frössman 19468084c4 Add command line flags, fix bug
* Add -o flag for setting output directory
* Add -platform flag for setting platform manually
* Fixes #2
2015-01-07 12:34:30 +01:00

8 lines
74 B
Go

package selfupdate
import "testing"
func TestUpdater(t *testing.T) {
}