Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 281 Bytes

writing-checks-in-go.md

File metadata and controls

5 lines (4 loc) · 281 Bytes

You can write your own checks that can use type information from NoVerify and check for complex things, e.g. enforcing that strings are compared only using === operator. See example folder to see some examples of custom checks.

TODO: turn this into a proper tutorial.