From 457c652fe724107eefc3f4238c0af214752f0d99 Mon Sep 17 00:00:00 2001 From: hanemile Date: Thu, 4 Oct 2018 16:01:07 +0200 Subject: functions used for reading an writing from allready existing files --- plot.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plot.go (limited to 'plot.go') 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 -- cgit 1.4.1