awalterschulze / gominikanren

a Go implementation of miniKanren, an embedded Domain Specific Language for logic programming.
Other
38 stars 2 forks source link

run go fmt and make lint #7

Closed deosjr closed 4 years ago

deosjr commented 4 years ago

Forgot to run these as commit hooks in the previous commits Bonus: cleaned up the recursive_test.go just a little (spurious DelRef call)

awalterschulze commented 4 years ago

Looks great :)