github.com/dkishere/pop@v4.13.1+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 }