New structure (#7)
This commit is contained in:
parent
3f9fad0e2a
commit
301a4eedda
104 changed files with 326 additions and 280 deletions
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 a new issue