gorm/tests/joins.go

11 lines
111 B
Go
Raw Normal View History

2020-03-08 14:12:33 +03:00
package tests
import (
"testing"
"github.com/jinzhu/gorm"
)
func TestJoins(t *testing.T, db *gorm.DB) {
}