Hello Everyone, I would like to install a Golang Github package, but I do not want to keep referencing the installed package in the "imports" section of the code - for security reasons, and because I want my code to be able to run without those references. Does anyone know if there is a way to do this?
For example: import ( "log" "net/http" "github.com/installed-package?" ) So, how can I remove the "github.com/installed-package" reference above and still be able to run the package? Regards, Snot-Bag -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/1ec2ea3f-efbd-431d-9654-0879079770edn%40googlegroups.com.