pusher/model/pusher_test.go
2024-05-20 17:57:25 +08:00

8 lines
86 B
Go

package model
import "testing"
func TestModel(t *testing.T) {
var a AnPushOption
}