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库与nodejs库拆分一下 #6

Open
akkuman opened this issue Aug 18, 2022 · 0 comments
Open

建议将go库与nodejs库拆分一下 #6

akkuman opened this issue Aug 18, 2022 · 0 comments

Comments

@akkuman
Copy link

akkuman commented Aug 18, 2022

我在 https://github.com/akkuman/go-engine/tree/feat-mod 尝试加上了 go.mod 文件

我想使用 github.com/esrrhs/go-engine/src/conn
于是我使用go mod命令,但是出现了错误,提示是仓库太大了,猜测是nodejs相关的文件

$ go mod edit -replace github.com/esrrhs/go-engine=github.com/akkuman/go-engine@feat-mod
$ go mod tidy -v
go: downloading github.com/akkuman/go-engine v0.0.0-20220818082605-13cbf906b7da
github.com/akkuman/hole/pkg/common imports
        github.com/esrrhs/go-engine/src/common: create zip: module source tree too large (max size is 524288000 bytes)
github.com/akkuman/hole/pkg/common imports
        github.com/esrrhs/go-engine/src/loggo: create zip: module source tree too large (max size is 524288000 bytes)
github.com/akkuman/hole/pkg/conn imports
        github.com/esrrhs/go-engine/src/group: create zip: module source tree too large (max size is 524288000 bytes)
github.com/akkuman/hole/pkg/conn imports
        github.com/esrrhs/go-engine/src/rbuffergo: create zip: module source tree too large (max size is 524288000 bytes)
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

1 participant