Skip to content

Instantly share code, notes, and snippets.

@codegold79
Created October 2, 2020 02:40
Show Gist options
  • Select an option

  • Save codegold79/19c25da0b17d79fb8816c0662e91f095 to your computer and use it in GitHub Desktop.

Select an option

Save codegold79/19c25da0b17d79fb8816c0662e91f095 to your computer and use it in GitHub Desktop.
for _, t := range tagList {
if t.CategoryID == catID && t.ID != tagID {
if err := clt.tagMgr.DetachTag(ctx, t.ID, mor); err != nil {
return err
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment