* chore: execute goimports to format the code Signed-off-by: promalert <promalert@outlook.com> * goimports -w . --------- Signed-off-by: promalert <promalert@outlook.com> Co-authored-by: Chris Lu <chris.lu@gmail.com>
8 lines
95 B
Go
8 lines
95 B
Go
package fuse_test
|
|
|
|
import "testing"
|
|
|
|
func TestMinimal(t *testing.T) {
|
|
t.Log("minimal test")
|
|
}
|