pusher/model/pusher_test.go

8 lines
86 B
Go
Raw Normal View History

2024-05-20 17:57:25 +08:00
package model
import "testing"
func TestModel(t *testing.T) {
var a AnPushOption
}