mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-25 17:34:28 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package fuse
|
|
|
|
import "testing"
|
|
|
|
func TestMinimal(t *testing.T) {
|
|
t.Log("minimal test")
|
|
}
|