You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Lahphim report to me that he found the following issue when running go build -o $GOPATH/bin/nimble-gin github.com/nimblehq/gin-templates command
no required module provides package github.com/nimblehq/gin-templates: go.mod file not found in current directory or any parent directory; see 'go help modules'
I found that this issue occurs because he does not have GO111MODULE in his zhsrc or bashrc. For more information about GO111MODULEclick
Acceptance Criteria
Add GO111MODULE step to README.
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered:
Why
@Lahphim report to me that he found the following issue when running
go build -o $GOPATH/bin/nimble-gin github.com/nimblehq/gin-templates
commandI found that this issue occurs because he does not have
GO111MODULE
in hiszhsrc
orbashrc
. For more information aboutGO111MODULE
clickAcceptance Criteria
Add
GO111MODULE
step to README.Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: