From d9f32db1858e020ca9ef5ff20b7fc80161c68712 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 16 Dec 2015 18:42:52 -0600 Subject: [PATCH] empty daemon entry point --- plasma.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plasma.go diff --git a/plasma.go b/plasma.go new file mode 100644 index 00000000..1deb9447 --- /dev/null +++ b/plasma.go @@ -0,0 +1,6 @@ +package main + +//lightning == terrestrial plasma + +func main() { +}