boltbrowser:
go build -o build/boltbrowser
run: ./build/boltbrowser
cd build && ./boltbrowser test.db
install:
go install
clean:
rm build/boltbrowser