mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-09-09 21:02:46 +02:00
7 lines
93 B
Go
7 lines
93 B
Go
package fuse
|
|
|
|
import "testing"
|
|
|
|
func TestMinimal(t *testing.T) {
|
|
t.Log("minimal test")
|
|
}
|