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