8 lines
79 B
Go
8 lines
79 B
Go
package fusenrender
|
|
|
|
import "testing"
|
|
|
|
func TestMain(t *testing.T) {
|
|
main()
|
|
}
|