Peter Schulten
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Peter Schulten 进行了评论, -
Peter Schulten 创建了一个帖子, 已完成How to tell intellij to import my golang 1.11 modules defined in the go.mod file?
what 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...