mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
12 lines
205 B
Go
12 lines
205 B
Go
package service
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"go-common/app/service/main/antispam/conf"
|
|
)
|
|
|
|
func TestNewOption(t *testing.T) {
|
|
NewOption(&conf.Config{ServiceOption: &conf.ServiceOption{GcOpt: &conf.GcOpt{}}})
|
|
}
|