From e8a234f658553927a2e845d64862321c90388e00 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 6 Jul 2016 21:51:25 +0200 Subject: Add godoc comments to all internal packages --- internal/readpassword/read.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/readpassword/read.go') diff --git a/internal/readpassword/read.go b/internal/readpassword/read.go index 1b80f91..653868e 100644 --- a/internal/readpassword/read.go +++ b/internal/readpassword/read.go @@ -1,3 +1,4 @@ +// Package readpassword reads a password from the terminal of from stdin. package readpassword import ( -- cgit v1.2.3