From edb3e19cb5543c580261052395d461fa47c7cf58 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 29 Apr 2017 14:50:58 +0200 Subject: fix golint complaints --- internal/cryptocore/cryptocore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cryptocore') diff --git a/internal/cryptocore/cryptocore.go b/internal/cryptocore/cryptocore.go index 2c352c2..2e02c3a 100644 --- a/internal/cryptocore/cryptocore.go +++ b/internal/cryptocore/cryptocore.go @@ -15,7 +15,7 @@ import ( "github.com/rfjakob/gocryptfs/internal/stupidgcm" ) -// BackendTypeEnum indicates the type of AEAD backend in use. +// AEADTypeEnum indicates the type of AEAD backend in use. type AEADTypeEnum int const ( -- cgit v1.2.3