Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 13, 2020 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/ac6ee4f2f5adc7596fee4db53495e6f4 to your computer and use it in GitHub Desktop.
Save parzibyte/ac6ee4f2f5adc7596fee4db53495e6f4 to your computer and use it in GitHub Desktop.
type EmpleadoConGanancia struct {
IdEmpleado int64 `json:"idEmpleado" gorm:"column:id"`
Ganancia float64 `json:"ganancia"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment