Merge pull request #255 from fkautz/pr_out_renaming_donut_packages_to_match_layout

This commit is contained in:
Frederick F. Kautz IV 2015-03-05 19:44:56 -08:00
commit e6db550fdc
7 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package data_v1 package erasure_v1
import ( import (
"bytes" "bytes"

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package data_v1 package erasure_v1
import ( import (
"bytes" "bytes"

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package frame_v1 package fragment_v1
import ( import (
"bytes" "bytes"

View file

@ -6,7 +6,7 @@ import (
"os" "os"
"reflect" "reflect"
"github.com/minio-io/minio/pkg/storage/donut/frame/frame_v1" "github.com/minio-io/minio/pkg/storage/donut/fragment/fragment_v1"
) )
func main() { func main() {
@ -20,7 +20,7 @@ func main() {
dataBuffer := bytes.NewBuffer(data) dataBuffer := bytes.NewBuffer(data)
err = frame_v1.WriteFrame(file, dataBuffer, uint64(dataBuffer.Len())) err = fragment_v1.WriteFrame(file, dataBuffer, uint64(dataBuffer.Len()))
if err != nil { if err != nil {
panic(err) panic(err)
} }

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package frame_v1 package fragment_v1
import ( import (
"bytes" "bytes"