-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support 386 arch #146
Comments
Thank you for the contribution, the release will be coming shortly |
@SaveTheRbtz Thanks! However, I noticed that the new tag |
@wolfogre the goal was to avoid leaking cmd's dependencies into the lib, e.g. progressbar, xterm, and cdc. Going through Go's module reference, seems like tagging all new releases with
Can you please re-verify if it works for your use-case:
|
I understand. But it's still unnecessary to split it into two modules, you can add a standalone go.mod for cmd. Like:
Let me show you another example: kratos You can find there are both
Yes, but it's unnecessary, since you are not putting multiple packages into one repo. I have ample experience with golang projects. If you are willing, I can provide more help regarding golang. You can find my email address in my commit history. 😁
Thanks! It works now. |
Thanks for good examples! I come from a monorepo world where top-level module does not make much sense. Let's keep package structure as is for now and see how it goes when more packages are added. I wanted to eventually add an S3/GCP/Azure-based remote envs and maybe even content-addressable remote backend. If it doesn't look good, we can always switch to a top-level package before the v1 release. |
I completely understand. Anyway, thank you very much for this package! |
Hi maintainers! Thanks for this awesome package.
I'm working on introducing zstd seekable format to Gitea, see go-gitea/gitea#31761.
Unfortunately, it doesn't support 386 arch.
I checked the code, it seems that it's just some Golang syntax issues and shouldn't be difficult to fix.
I will try to send a PR to fix it, and I wonder if it's possible to release a new version when it has been fixed? I will be very grateful.
The text was updated successfully, but these errors were encountered: