diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-13 22:53:53 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-13 22:53:53 +0200 |
commit | 55aef8c38773a7cce39a5e154f8221a4b817ac04 (patch) | |
tree | 6fb23c7f099a69c9abfdca7f05fee108f3ec6786 /bug/operations/create.go | |
parent | 35d64e4f9e3e0a0ffd041e430a64650bb8ea71fa (diff) | |
download | git-bug-55aef8c38773a7cce39a5e154f8221a4b817ac04.tar.gz |
implement AddComment
Diffstat (limited to 'bug/operations/create.go')
-rw-r--r-- | bug/operations/create.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bug/operations/create.go b/bug/operations/create.go index 9911ee89..1c34f85d 100644 --- a/bug/operations/create.go +++ b/bug/operations/create.go @@ -25,10 +25,6 @@ func NewCreateOp(author bug.Person, title, message string) CreateOperation { } } -//func (op CreateOperation) OpType() bug.OperationType { -// return bug.CREATE -//} - func (op CreateOperation) Apply(snapshot bug.Snapshot) bug.Snapshot { empty := bug.Snapshot{} |