about summary refs log tree commit diff
path: root/plot.go
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2018-10-04 16:01:07 +0200
committerhanemile <hanemile@protonmail.com>2018-10-04 16:01:07 +0200
commit457c652fe724107eefc3f4238c0af214752f0d99 (patch)
treec5de8765a8fad67ca4a5052b1ea95627d89437b5 /plot.go
parent4aaa1d44ee9105ec623207fef2db7467a21fc455 (diff)
functions used for reading an writing from allready existing files
Diffstat (limited to 'plot.go')
-rw-r--r--plot.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/plot.go b/plot.go
new file mode 100644
index 0000000..0d3fcd8
--- /dev/null
+++ b/plot.go
@@ -0,0 +1,7 @@
+package plot
+
+import "fmt"
+
+func plo() {
+	fmt.Println("PLOT!")
+}
\ No newline at end of file