There was an error while loading. Please reload this page.
1 parent d1515ff commit 8a13bbcCopy full SHA for 8a13bbc
README.md
@@ -73,6 +73,17 @@ There are many similar cases where you have 2 or more options of expressing the
73
74
### Complete list of checks performed
75
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
+
87
#### unit import
88
89
```go
0 commit comments