New structure (#7)
This commit is contained in:
7
pkg/models/main_test.go
Normal file
7
pkg/models/main_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
MainTest(m, "..")
|
||||
}
|
Reference in New Issue
Block a user