diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-18 16:41:09 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-18 16:41:09 +0200 |
commit | cfa11372cbcbb5f4553f3dcd8897d5f5207c6507 (patch) | |
tree | a5136685378a9c3310c86700bbeaf34338281f9a /bug/operations/operations.go | |
parent | ba3281dc9918fa49f10c2a166b5b631a931d2d51 (diff) | |
download | git-bug-cfa11372cbcbb5f4553f3dcd8897d5f5207c6507.tar.gz |
implement label op+command
Diffstat (limited to 'bug/operations/operations.go')
-rw-r--r-- | bug/operations/operations.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/operations/operations.go b/bug/operations/operations.go index 50692952..0bfd3b84 100644 --- a/bug/operations/operations.go +++ b/bug/operations/operations.go @@ -8,4 +8,5 @@ func init() { gob.Register(CreateOperation{}) gob.Register(SetTitleOperation{}) gob.Register(SetStatusOperation{}) + gob.Register(LabelChangeOperation{}) } |