From 4881f5413b3e321a51f0e62bee890f46b49aeddd Mon Sep 17 00:00:00 2001 From: c-bata Date: Fri, 16 Feb 2018 14:48:01 +0900 Subject: [PATCH] Fix a godoc description --- key.go | 1 + 1 file changed, 1 insertion(+) diff --git a/key.go b/key.go index 57d7a09..068b70e 100644 --- a/key.go +++ b/key.go @@ -1,5 +1,6 @@ // Code generated "This is a fake comment to avoid golint errors"; DO NOT EDIT. // FIXME: This is a little bit stupid, but there are many public constants which is no value for writing godoc comment. + package prompt // Key is the type express the key inserted from user.