8 lines
86 B
Go
8 lines
86 B
Go
|
package model
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestModel(t *testing.T) {
|
||
|
var a AnPushOption
|
||
|
}
|