Installing go language packages on windows

I will probably ask a rather stupid question. How do I install packages from github or golang for the go language on windows via the console? I know that on likunse it is done via get , but how on Windows?

Author: Stranger, 2019-10-29

1 answers

For go, the packages are set as go get <package_name> But you need to make sure that go is written to the system variable PATH

Everything is in the dock https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies

 0
Author: Swartex, 2019-10-29 13:54:59