about summary refs log tree commit diff
path: root/plot.go
diff options
context:
space:
mode:
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