Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Last active May 22, 2021 09:55
Show Gist options
  • Save dipeshhkc/daedaf9fe6dc33504b327087bedd7368 to your computer and use it in GitHub Desktop.
Save dipeshhkc/daedaf9fe6dc33504b327087bedd7368 to your computer and use it in GitHub Desktop.
//ADDING NEW POST
post := &Post{Name: "My First Post"}
if db.Create(&post).Error != nil {
log.Panic("Unable to create post")
}
log.Print("just created post",post.ID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment