summaryrefslogtreecommitdiff
path: root/templates.go
diff options
context:
space:
mode:
authorhorus_arch2015-07-27 22:24:09 +0200
committerhorus_arch2015-07-27 22:52:09 +0200
commitebfb0155ac6a4fba93ebb846878ca211e9384226 (patch)
tree0f9faa9e9afed9ce92dbd8e5cac796a833f86cd5 /templates.go
downloadngxconf-master.tar.gz
Initial commit.HEADmaster
Diffstat (limited to 'templates.go')
-rw-r--r--templates.go4
1 files changed, 4 insertions, 0 deletions
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 "" }