summaryrefslogtreecommitdiff
path: root/priv/templates/mod.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2019-05-08 12:21:31 -0600
committerTristan Sloughter <t@crashfast.com>2019-05-08 12:22:57 -0600
commit052a4e842845235ce3aa5e16bd9de156f7b8968c (patch)
tree65156cde06bf6744334adbc59b9e98cc9fe11f68 /priv/templates/mod.erl
parentaf9d2086b33997c16bafe02dcd5bcd9453407849 (diff)
remove large comment blocks from templates and use maps in sup
Diffstat (limited to 'priv/templates/mod.erl')
-rw-r--r--priv/templates/mod.erl10
1 files changed, 0 insertions, 10 deletions
diff --git a/priv/templates/mod.erl b/priv/templates/mod.erl
index 2f5e09e..05329f0 100644
--- a/priv/templates/mod.erl
+++ b/priv/templates/mod.erl
@@ -1,13 +1,3 @@
-module({{name}}).
-%% API exports
-export([]).
-
-%%====================================================================
-%% API functions
-%%====================================================================
-
-
-%%====================================================================
-%% Internal functions
-%%====================================================================