Created
October 2, 2020 02:40
-
-
Save codegold79/19c25da0b17d79fb8816c0662e91f095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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