-
Notifications
You must be signed in to change notification settings - Fork 86
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
Import as library #268
Comments
This project isn't really intended to be used as a library. May I ask what pieces of it you are trying to use? |
To reuse api request and response structures |
Gotcha. I looked into this and it seems like a hard problem to solve. Open to suggestions on how to remove the replace while still making it easy for devs to use a local version of |
In GO 1.18, a workspace mode will be added, perhaps this is something that will be able to solve this issue out of the box, but it will also require updating everything to GO 1.18 https://go.googlesource.com/proposal/+/master/design/45713-workspace.md |
I have tested and it works successfully, what will be required for this in general
Тhe result is a profit in the form of simplified assembly and development for other developers)) |
I just can't take and import your backend into the project because of the used replaced package. I have to clone the repository and push it up the level of the project
The text was updated successfully, but these errors were encountered: