aboutsummaryrefslogtreecommitdiffstats
path: root/input
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 /input
parentb9fc8b662ed72844a93d1019b1ecf8b60464f78e (diff)
downloadgit-bug-6f5d433e33b5432887a8496074f0d7c7048c1167.tar.gz
docs & cleaning
Diffstat (limited to 'input')
-rw-r--r--input/input.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/input/input.go b/input/input.go
index 4da73fc5..4b70bbd4 100644
--- a/input/input.go
+++ b/input/input.go
@@ -1,5 +1,7 @@
-// Originally taken from the git-appraise project
+// Inspired by the git-appraise project
+// Package input contains helpers to use a text editor as an input for
+// various field of a bug
package input
import (