diff options
author | emile <hanemile@protonmail.com> | 2018-10-08 15:37:37 +0200 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2018-10-08 15:37:37 +0200 |
commit | e9ee96948213b1497058790aed115b58ed180c1c (patch) | |
tree | fe644e8211139f4a220f91eabed02bd940b3565b | |
parent | 8ced9944d4d43c3a4e6711c23dce8846e5509108 (diff) |
Deleted plot.go (complete cleanup)
-rw-r--r-- | plot.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plot.go b/plot.go deleted file mode 100644 index 3fba625..0000000 --- a/plot.go +++ /dev/null @@ -1,7 +0,0 @@ -package main - -import "fmt" - -func plo() { - fmt.Println("PLOT!") -} \ No newline at end of file |