You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/welcome/faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ How to troubleshoot:
49
49
-[ ] Ensure building works with `go run ./...`/`go build ./...` - whole package.
50
50
-[ ] Ensure you are not running an analysis on code that depends on files/packages outside the scope of the analyzed elements.
51
51
-[ ] If using CGO, ensure all require system libraries are installed.
52
-
-[ ] If you are using private repositories/dependencies, ensure the Go proxyand 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.
53
53
54
54
## Why is it not possible to skip/ignore `typecheck` errors?
0 commit comments