fusenapi/server/base/base_test.go

10 lines
77 B
Go

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