Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go Module Section ? #21

Closed
Thammachart opened this issue Nov 8, 2019 · 3 comments
Closed

Go Module Section ? #21

Thammachart opened this issue Nov 8, 2019 · 3 comments

Comments

@Thammachart
Copy link
Contributor

A lot of Go Projects are now moving to new dependency management system: Go Module

  • Go Module would be promoted instead of GOPATH (GOPATH would still be there for backward-compatibility)
  • This Feature will be finalized in soon-to-be Go 1.14.

Is there any plan for it, or it need further discussion?

https://blog.golang.org/using-go-modules
https://github.com/golang/go/wiki/Modules

@hoanhan101
Copy link
Owner

I don't have any plan for adding Go Module to this guide yet, though I agree it would be very helpful fo Go learners. If you have any idea or want to contribute to this guide, feel free to do so. I am more than happy to take a look.

@Thammachart
Copy link
Contributor Author

I'm not well versed in Go myself, especially when It comes to new bleeding-edge features like this, but I'm interested in experiments and contribution.

For me I think this feature need more time to mature to squeeze out edge cases and there are topics that need to verify in more practical use like major version change in sub-directory.

@hoanhan101
Copy link
Owner

Added link to Go Modules original blog post here as it already explains pretty clearly on how to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants