mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
Ran go fmt
This commit is contained in:
parent
a88bde6abc
commit
614f2ab48b
@ -16,9 +16,9 @@ import (
|
||||
"math/rand"
|
||||
"net/http"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"time"
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -1,9 +1,8 @@
|
||||
package selfupdate
|
||||
|
||||
import(
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
func TestUpdater() {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user