pusher/model/pusher_test.go
timerzz 4ec0cd1564
Some checks failed
Build image / build (push) Failing after 4m48s
feat 测试
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
}