fusenapi/server/resource/resource_test.go

10 lines
77 B
Go
Raw Normal View History

package main
import (
"testing"
)
func TestMain(t *testing.T) {
main()
}