Closed notzippy closed 4 years ago
This is a WIP for upgrading the command line tool to use go modules by default What is done
go.mod
golang.org/x/tools/go/package
ToDo
The goal is to completely rewrite the ProcessSource function, and we will eventually drop the old implementation
ProcessSource
This is a WIP for upgrading the command line tool to use go modules by default What is done
go.mod
files are created in the base of the package source code and can be found by the revel run commandgolang.org/x/tools/go/package
.ToDo
The goal is to completely rewrite the
ProcessSource
function, and we will eventually drop the old implementation