We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a4470 commit c1bef49Copy full SHA for c1bef49
README.md
@@ -1232,3 +1232,17 @@ https://pkg.go.dev/github.com/masx200/leetcode-test
1232
2. 新建 Feat_xxx 分支
1233
3. 提交代码
1234
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