Closed survivorbat closed 2 years ago
schema := &Schema{}
var schema *Schema
Related to #92
Hey @AtakanColak I updated the pull request with the requested changes :)
Thanks for your contribution 🎉
schema := &Schema{}
tovar schema *Schema
because the former can never be nil in the == nil checkRelated to #92