diff options
Diffstat (limited to 'priv/templates/app.erl')
-rw-r--r-- | priv/templates/app.erl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/priv/templates/app.erl b/priv/templates/app.erl index 62d2ddf..80aeca3 100644 --- a/priv/templates/app.erl +++ b/priv/templates/app.erl @@ -7,20 +7,12 @@ -behaviour(application). -%% Application callbacks -export([start/2, stop/1]). -%%==================================================================== -%% API -%%==================================================================== - start(_StartType, _StartArgs) -> {{name}}_sup:start_link(). -%%-------------------------------------------------------------------- stop(_State) -> ok. -%%==================================================================== -%% Internal functions -%%==================================================================== +%% internal functions |