diff options
Diffstat (limited to 'priv/templates/mod.erl')
-rw-r--r-- | priv/templates/mod.erl | 10 |
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 -%%==================================================================== |