Skip to content

Commit 8472437

Browse files
ldezbombsimon
andauthored
review
Co-authored-by: Simon Sawert <[email protected]>
1 parent e6196dd commit 8472437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/welcome/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ How to troubleshoot:
4949
- [ ] Ensure building works with `go run ./...`/`go build ./...` - whole package.
5050
- [ ] Ensure you are not running an analysis on code that depends on files/packages outside the scope of the analyzed elements.
5151
- [ ] If using CGO, ensure all require system libraries are installed.
52-
- [ ] If you are using private repositories/dependencies, ensure the Go proxy and sumDB are right and/or your git configuration.
52+
- [ ] If you are using private repositories/dependencies, ensure the [Go proxy](https://go.dev/ref/mod#module-proxy) (`GOPROXY`) and [checksum database](https://go.dev/ref/mod#checksum-database) (`GOSUMDB`) are right and/or your git configuration.
5353

5454
## Why is it not possible to skip/ignore `typecheck` errors?
5555

0 commit comments

Comments
 (0)