-
Notifications
You must be signed in to change notification settings - Fork 65
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
Remove Go module #41
Remove Go module #41
Conversation
Hi @aofei I think we can support Go modules, but I don't think we need the |
I'm a bit confused now. 😩 According to the Semantic Import Versioning, I think the
BTW, I think the russross/blackfriday has already experienced this. But their final solution is similar to what you share. See russross/blackfriday#487 and russross/blackfriday#488. |
Ah, I think I understand their workaround. Their master branch is only for v1, and v2 is placed separately in a new branch and the |
First, create a v1 branch and release Next, add the Finally, create a v2 branch and release By doing this, we can strictly follow the Semantic Import Versioning. What do you think? @tdewolff |
And, if we do that, I think the v1 branch should start with commit 0334a86. |
Since you just released tdewolff/minify See this: |
Sigh...see golang/go#25967 at the bottom. Basically a new major version needs to be released, which I don't really feel like doing to be honest. I guess I'll keep EDIT: looks like EDIT2: Never mind. After releasing EDIT3: setting the module name in |
I don't think the current version 2 of this project can support the Go module (see #40). So I revert my previous changes.