mirror of https://github.com/go-gorm/gorm.git
11 lines
111 B
Go
11 lines
111 B
Go
|
package tests
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/jinzhu/gorm"
|
||
|
)
|
||
|
|
||
|
func TestJoins(t *testing.T, db *gorm.DB) {
|
||
|
}
|