diff options
author | hanemile <hanemile@protonmail.com> | 2018-10-04 16:03:28 +0200 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2018-10-04 16:03:28 +0200 |
commit | 712f9b26af95afe3a08dbf7993f75c0123f123f6 (patch) | |
tree | 7bda892f7c00c3ed85559a9f07b445f9528b97c1 | |
parent | 880146bc9dda36fdfa250ad71ce7bef408fc3a9f (diff) |
print all the stuff in a more readable way, (column titles, tabs, ...)
-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" |