mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
* Add -o flag for setting output directory * Add -platform flag for setting platform manually * Fixes #2
8 lines
74 B
Go
8 lines
74 B
Go
package selfupdate
|
|
|
|
import "testing"
|
|
|
|
func TestUpdater(t *testing.T) {
|
|
|
|
}
|