1
0
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:
Mark Sanborn 2015-01-05 09:25:43 -08:00
parent a88bde6abc
commit 614f2ab48b
2 changed files with 202 additions and 203 deletions

View File

@ -16,9 +16,9 @@ import (
"math/rand"
"net/http"
"os"
"path/filepath"
"runtime"
"time"
"path/filepath"
)
const (

View File

@ -4,6 +4,5 @@ import(
"testing"
)
func TestUpdater() {
}