bbolt/cmd/bolt
Ben Johnson ea7ace2f62 Remove 'import' and 'export' CLI commands.
The import and export commands are a relic of early Bolt when the file
format was not stable. If the file format changed then users could export
their old data and import it into a new database with a new format.

The Bolt DB file format is stable and will not change so this command is no
longer needed.

Thanks to Alejandro Gaviria for pointing this out.
2015-01-08 15:03:55 -07:00
..
bench.go Fix go vet. 2014-07-26 19:41:05 -06:00
buckets.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
buckets_test.go Remove testify. 2014-07-26 17:17:03 -06:00
check.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
get.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
get_test.go Remove testify. 2014-07-26 17:17:03 -06:00
info.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
info_test.go Remove testify. 2014-07-26 17:17:03 -06:00
keys.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
keys_test.go Remove testify. 2014-07-26 17:17:03 -06:00
main.go Remove 'import' and 'export' CLI commands. 2015-01-08 15:03:55 -07:00
main_test.go Remove testify. 2014-07-26 17:17:03 -06:00
pages.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
stats.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
stats_test.go Remove testify. 2014-07-26 17:17:03 -06:00