Skip to content

Commit c1bef49

Browse files
committed
Update README.md
1 parent 89a4470 commit c1bef49

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,3 +1232,17 @@ https://pkg.go.dev/github.com/masx200/leetcode-test
12321232
2. 新建 Feat_xxx 分支
12331233
3. 提交代码
12341234
4. 新建 Pull Request
1235+
1236+
### Building a Monorepo in Golang
1237+
1238+
https://earthly.dev/blog/golang-monorepo/
1239+
1240+
.vscode/settings.json
1241+
1242+
```json
1243+
{
1244+
"gopls": {
1245+
"experimentalWorkspaceModule": true
1246+
}
1247+
}
1248+
```

0 commit comments

Comments
 (0)