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: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,15 @@ This is a simple GitHub Action that checks Golang codebases for potential Nil pa
9
9
Behind the hood, it uses Uber's [nilaway](https://github.com/qbaware/nilaway-action)
10
10
static analysis tool.
11
11
More useful information about it can be found in [this](https://www.uber.com/en-GB/blog/nilaway-practical-nil-panic-detection-for-go/)
12
-
Uber blog post or on their GitHub [repo](https://github.com/uber-go/nilaway).
12
+
Uber blog post or on their GitHub [repository](https://github.com/uber-go/nilaway).
13
13
14
14
## How To Use
15
15
16
16
### Figure Out The Inputs
17
17
18
-
As of now, the only input is the `package-to-scan` variable. This is the path to the Golang package you want to analyze. E.g. `./services/backend/...`.
18
+
As of now, the only input is the `package-to-scan` variable.
19
+
This is the path to the Golang package you want to analyze.
0 commit comments