Skip to content

Instantly share code, notes, and snippets.

@ridhoperdana
Created September 23, 2019 02:06
Show Gist options
  • Select an option

  • Save ridhoperdana/43043d88a142eadde4c3a869d4c325e0 to your computer and use it in GitHub Desktop.

Select an option

Save ridhoperdana/43043d88a142eadde4c3a869d4c325e0 to your computer and use it in GitHub Desktop.
package models
// Author represent the author model
type Author struct {
ID int64 `json:"id"`
Name string `json:"name"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment