nilaway is a static analysis tool that seeks to help developers avoid nil panics in production by catching them at compile time rather than runtime. It's being used by my libraries and it's been used manually as a check prior to committing and pushing changes. Its use needs to be made part of the build script and of the build performed on github when changes are pushed.
nilaway is a static analysis tool that seeks to help developers avoid nil panics in production by catching them at compile time rather than runtime. It's being used by my libraries and it's been used manually as a check prior to committing and pushing changes. Its use needs to be made part of the build script and of the build performed on github when changes are pushed.