1
0
mirror of https://github.com/minio/minio.git synced 2025-01-31 16:36:00 -05:00
Bala FA d4ca2ee1a3 pkg/quick: add Save() function and other enhancements. ()
* Add a new function Save() which saves given configuration into given file.
* Simplify Load() function.
* Remove unused CheckVersion().
* CheckData() is a private function now.
* quick_test.go is part of quick package now.
* minio server uses top level quick.Load() and quick.Save() functions.
2017-03-22 10:23:25 -07:00
..