Skip to content

Commit 8a13bbc

Browse files
committed
readme: add checks index (TOC)
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
1 parent d1515ff commit 8a13bbc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@ There are many similar cases where you have 2 or more options of expressing the
7373

7474
### Complete list of checks performed
7575

76+
1. [unit import](#unit-import)
77+
1. [zero val ptr alloc](#zero-val-ptr-alloc)
78+
1. [empty slice](#empty-slice)
79+
1. [empty map](#empty-map)
80+
1. [hex lit](#hex-lit)
81+
1. [range check](#range-check)
82+
1. [and-not](#and-not)
83+
1. [float-lit](#float-lit)
84+
1. [label case](#label-case)
85+
1. [untyped const coerce](#untyped-const-coerce)
86+
7687
#### unit import
7788

7889
```go

0 commit comments

Comments
 (0)