mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Adding simple file storage driver for persistent storage
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package minio
|
||||
|
||||
import (
|
||||
. "gopkg.in/check.v1"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
Reference in New Issue
Block a user