You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/31 17:10:23 UTC

[GitHub] d3zd3z opened a new issue #262: Newt should use Go modules

d3zd3z opened a new issue #262: Newt should use Go modules
URL: https://github.com/apache/mynewt-newt/issues/262
 
 
   Now that Go has official module support (and by September, GOPATH will be deprecated), Newt should be made so that it can build using modules. This would eliminate the need for `build.sh` as with modules, it would be possible to just cd to `newt` and type `go build`.
   
   I few things that seem to need changes:
   
   - Create `go.mod` files in the appropriate places.
   - Fix spelling of Sirupsen -> sirupsen in any import statements. With modules, this will have to match the github user's name.
   - Fixing up any necessary dependencies.
   - Redoing the vendoring. Go modules support vendoring, although it is much less necessary, it can still be done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services