Go to file
Nick Dumas d9671822b7 No more GORM.
Too much magic. I'll just write a JOIN and create small, composable data
types to represent my domain objects.

grug brain smile, complexity demon no visit today
.gitignore Don't want to commit anything confidential.
go.mod Refactoring, adding graphviz
go.sum Refactoring, adding graphviz
main.go No more GORM.
mapper.go No more GORM.
models.go No more GORM.
notes.md building a crude API for pulling data
walk.go No more GORM.