Skip to content

Commit c0e305a

Browse files
author
Alex Kohler
authored
Update README
1 parent ca8b55b commit c0e305a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@ func MissingMethod(V Type, T *Interface, static bool) (method *Func, wrongType b
9494

9595
Pull requests welcome!
9696

97+
98+
## Other static analysis tools
99+
100+
If you've enjoyed nakedret, take a look at my other static anaylsis tools!
101+
102+
- [unimport](https://github.com/alexkohler/unimport) - Finds unnecessary import aliases
103+
- [prealloc](https://github.com/alexkohler/prealloc) - Finds slice declarations that could potentially be preallocated.

0 commit comments

Comments
 (0)