br0xen / boltbrowser

A CLI Browser for BoltDB Files
GNU General Public License v3.0
631 stars 91 forks source link

Convert to a package #26

Closed cenkalti closed 5 years ago

cenkalti commented 5 years ago

@br0xen I am using boltdb in one of my projects and I like boltbrowser. I would like to embed boltbrowser into my application binary. To do this, I need to be able to import it as a package. Current package name (main) does not allow me to that. I propose to move all code files except boltbrowser.go into a new package under github.com/br0xen/boltbrowser/boltbrowser. This will not break backwards compatibility and will allow other packages to import boltbrowser as a library. I can send you a PR if it's okay. Are you happy with this change?

br0xen commented 5 years ago

So, a couple of thoughts about this:

Having said all that, it's open source, feel free to grab it and use it however you want!