fusen-render/main_test.go

10 lines
77 B
Go
Raw Normal View History

2023-07-28 11:04:21 +00:00
package fusenrender
2023-08-09 06:15:11 +00:00
import (
"testing"
)
2023-07-28 11:04:21 +00:00
func TestMain(t *testing.T) {
2023-08-05 20:26:57 +00:00
2023-07-28 11:04:21 +00:00
}