aboutsummaryrefslogtreecommitdiffstats
path: root/operations/operations.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-16 13:50:53 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-16 13:50:53 +0200
commit6f5d433e33b5432887a8496074f0d7c7048c1167 (patch)
treedbde7ddd52cad8207c637012ceba839fd00c5fc9 /operations/operations.go
parentb9fc8b662ed72844a93d1019b1ecf8b60464f78e (diff)
downloadgit-bug-6f5d433e33b5432887a8496074f0d7c7048c1167.tar.gz
docs & cleaning
Diffstat (limited to 'operations/operations.go')
-rw-r--r--operations/operations.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/operations/operations.go b/operations/operations.go
index 348f8cc8..020b8151 100644
--- a/operations/operations.go
+++ b/operations/operations.go
@@ -1,3 +1,6 @@
+// Package operations contains the various bug operations. A bug operation is
+// an atomic edit operation of a bug state. These operations are applied
+// sequentially to compile the current state of the bug.
package operations
import (