1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00

Added godeps and initial test

This commit is contained in:
Mark Sanborn 2014-08-08 18:07:08 -07:00
parent 1f2ff386f4
commit 91b7d912ba

View File

@ -0,0 +1,9 @@
package selfupdate
import(
"testing"
)
func TestUpdater() {
}