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