Fantastic little post.

I'm still quite new to Go- curious if anyone has any good resources for learning how to implement a db in Go?

Check out this: https://github.com/boltdb/bolt

Always been considered a good example to study.