1 2 3 4 5 6 7
package fuse_test import "testing" func TestMinimal(t *testing.T) { t.Log("minimal test") }