github.com/dolanor/pop@v4.13.0+incompatible/testdata/models/b/user.go (about) 1 package b 2 3 type User struct{} 4 5 func (u User) TableName() string { 6 return "userb" 7 }