diff options
-rw-r--r-- | json.go | 1 | ||||
-rw-r--r-- | plot.go | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/json.go b/json.go deleted file mode 100644 index 06ab7d0..0000000 --- a/json.go +++ /dev/null @@ -1 +0,0 @@ -package main diff --git a/plot.go b/plot.go index 0d3fcd8..3fba625 100644 --- a/plot.go +++ b/plot.go @@ -1,4 +1,4 @@ -package plot +package main import "fmt" |