From: Scott Worley Date: Sun, 3 Jun 2012 04:02:04 +0000 (-0700) Subject: Update for go v1 X-Git-Url: http://git.scottworley.com/planeteer/commitdiff_plain/69d36952aa81159796fd3d1e1bedb675dfb31e8a?hp=60025e5d0cf49e88a7c727b756c5ce96ec729969 Update for go v1 --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 77e22c9..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG=planeteer -GOFILES=\ - planeteer.go\ - -include $(GOROOT)/src/Make.cmd diff --git a/planeteer.go b/planeteer.go index f4a64aa..932f889 100644 --- a/planeteer.go +++ b/planeteer.go @@ -19,7 +19,7 @@ package main import "flag" import "fmt" -import "json" +import "encoding/json" import "os" import "runtime/pprof" import "strings"