diff options
author | Loïc Hoguin <[email protected]> | 2013-12-07 14:08:25 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-12-07 14:08:25 +0100 |
commit | 0770e2893f88cd50020a621e4d3b813ff8e6c58f (patch) | |
tree | db8086ef3b68ea205f69b7582334e579ff2dd907 /examples/tcp_echo/rebar.config | |
parent | b0c37e853ef0600ca5b86216e427d767b6bc6126 (diff) | |
download | ranch-0770e2893f88cd50020a621e4d3b813ff8e6c58f.tar.gz ranch-0770e2893f88cd50020a621e4d3b813ff8e6c58f.tar.bz2 ranch-0770e2893f88cd50020a621e4d3b813ff8e6c58f.zip |
Fix small issues and style of the examples
Diffstat (limited to 'examples/tcp_echo/rebar.config')
-rw-r--r-- | examples/tcp_echo/rebar.config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/tcp_echo/rebar.config b/examples/tcp_echo/rebar.config deleted file mode 100644 index 78300c9..0000000 --- a/examples/tcp_echo/rebar.config +++ /dev/null @@ -1,4 +0,0 @@ -{deps, [ - {ranch, ".*", - {git, "git://github.com/extend/ranch.git", "master"}} -]}. |