You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
There seems to be a lot of problems regarding imports in this project and I'm unable to get it to build. Is there a reason there's no go.mod file?
It also seems like the project contains a lot of local dependencies in its imports. e.g., github.com/superp00t/gophercraft/arc4 needs to actually be github.com/superp00t/gophercraft/crypto/arc4 (there's a lot of problems like that).
Would it be possible to fix these issues and create a go.mod file for easy local setup and development?