From e31b06b7b56aaf1cf5510d4bb0261f73bc0e8893 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Mon, 2 Mar 2015 15:31:39 +0100 Subject: Migrating from revel. --- app/main.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/main.go (limited to 'app/main.go') diff --git a/app/main.go b/app/main.go new file mode 100644 index 0000000..00b7ba3 --- /dev/null +++ b/app/main.go @@ -0,0 +1,8 @@ +package main + +import ( + "fmt" +) + +func main() { +} -- cgit v1.2.3