diff options
Diffstat (limited to 'bug/operation.go')
-rw-r--r-- | bug/operation.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/operation.go b/bug/operation.go index 5d42a175..6a8aa0cd 100644 --- a/bug/operation.go +++ b/bug/operation.go @@ -5,7 +5,7 @@ import ( "time" ) -// OperationType is an identifier +// OperationType is an operation type identifier type OperationType int const ( |