func GetBlog(id int) (blog Blog) { db := GetLink() db.Where("id=?", id).Find(&blogs) return } models/cart.go:34: undefined: blogs