20 lines
223 B
Go
20 lines
223 B
Go
|
package service
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestService_AddMatch(t *testing.T) {
|
||
|
|
||
|
}
|
||
|
|
||
|
func TestService_DbOperate(t *testing.T) {
|
||
|
|
||
|
}
|
||
|
|
||
|
func TestService_DelMatch(t *testing.T) {
|
||
|
|
||
|
}
|
||
|
|
||
|
func TestService_MatchOperate(t *testing.T) {
|
||
|
|
||
|
}
|