fusen-render/main_test.go

8 lines
79 B
Go
Raw Normal View History

2023-07-28 11:04:21 +00:00
package fusenrender
import "testing"
func TestMain(t *testing.T) {
main()
}