Peter Schulten
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How to tell intellij to import my golang 1.11 modules defined in the go.mod file?
Completedwhat i did:* cloned the module to $GOPATH/src/<repo-ns>/<group-ns>/project-name in a terminal * ``ìdea .``` * built it and ran debug * debugging into the module at ../pkg/mod/... works fine * "go g...