From ebfb0155ac6a4fba93ebb846878ca211e9384226 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 27 Jul 2015 22:24:09 +0200 Subject: Initial commit. --- templates.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates.go (limited to 'templates.go') diff --git a/templates.go b/templates.go new file mode 100644 index 0000000..0c47e14 --- /dev/null +++ b/templates.go @@ -0,0 +1,4 @@ +package main +// To be replaced by go generate +func isGenerated() bool { return false } +func getTemplate() string { return "" } -- cgit v1.2.3