How does one install a library like gorm or gorilla mux into golang path so that it can be used in any new project without to install it or go get it a fresh every time you need it in a new project. This is if I were to start a project in a place where there’s no internet access and needed such third party libraries. How do I install or where do I place the libraries so as to access them without internet. This was possible before the current go version.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.