Current section

Files

Jump to
rebar3_go src rebar3_go.app.src
Raw

src/rebar3_go.app.src

{application,rebar3_go,
[{description,"A rebar plugin to manage go modules"},
{vsn,"0.6.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/mochams/rebar3_go"}]}]}.