d3zd3z opened a new pull request #263: Add support for Go modules
URL: https://github.com/apache/mynewt-newt/pull/263
 
 
   Recent versions of Go (v1.11) have built-in support for modules.  With
   this change, and at least v1.11 of Go, it is possible to simply cd to
   the `newt` directory, and type `go build` to build go.  It is no longer
   necessary to setup a GOPATH, or use `build.sh`.
   
   As Module support stabilizes, the dep files `Gopkg.toml` and
   `Gopkg.lock` can go away, and the vendor directory recreated by running
   `go mod vendor`.
   
   Fixes #262

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to