From dbcc5d8a972f4f169e9e2c0636450555a06152b9 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 24 Aug 2018 21:51:50 -0700 Subject: Use canonical imports --- crypto/crypto.go | 2 +- crypto/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/crypto.go b/crypto/crypto.go index ea8ea2b..fa236ab 100644 --- a/crypto/crypto.go +++ b/crypto/crypto.go @@ -2,7 +2,7 @@ // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. -package crypto +package crypto // import "miniflux.app/crypto" import ( "crypto/rand" diff --git a/crypto/doc.go b/crypto/doc.go index 2bca85a..4213e3f 100644 --- a/crypto/doc.go +++ b/crypto/doc.go @@ -7,4 +7,4 @@ Package crypto implements helpers related to cryptography. */ -package crypto +package crypto // import "miniflux.app/crypto" -- cgit v1.2.3