Go Project Module Mechanism
Mastering any real project necessarily presupposes familiarity with the programming language’s module system.Go’s module system has some unique features, which are fully documented here. GOPATH 和 Go Module When installing Go on windows, one of the steps is to set the GOPATH environment variable, the value of which is the workspace path and can be […]
Go Project Module Mechanism Read More »