Anyone looking for a easy-to-use embedded database for Go: https://github.com/boltdb/bolt
Combine it with stdlib’s encoding/gob and you are good to go.
Used it to create a hack app of my own this afternoon – and had it integrated in minutes. Literally. Impressive piece of software.