From 052a4e842845235ce3aa5e16bd9de156f7b8968c Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 8 May 2019 12:21:31 -0600 Subject: remove large comment blocks from templates and use maps in sup --- priv/templates/mod.erl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'priv/templates/mod.erl') 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 -%%==================================================================== -- cgit v1.1