We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go mod init
1 parent 4bc68c0 commit e553295Copy full SHA for e553295
docs/src/docs/usage/quick-start.mdx
@@ -2,6 +2,11 @@
2
title: Quick Start
3
---
4
5
+First, ensure you have a go module created for your project:
6
+```sh
7
+go mod init
8
+```
9
+
10
To run golangci-lint execute:
11
12
```sh
0 commit comments