Skip to content

Commit e553295

Browse files
authored
Add go mod init to quick-start
Updated documentation to make it clear that a `go.mod` file is required to run `golangci-lint`
1 parent 4bc68c0 commit e553295

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/docs/usage/quick-start.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: Quick Start
33
---
44

5+
First, ensure you have a go module created for your project:
6+
```sh
7+
go mod init
8+
```
9+
510
To run golangci-lint execute:
611

712
```sh

0 commit comments

Comments
 (0)