mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
9 lines
66 B
Go
9 lines
66 B
Go
package selfupdate
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestUpdater() {
|
|
}
|