From a7e9f4bfba90afe490096e1d0529343eec61b231 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Tue, 20 Jan 2015 14:09:45 +1000 Subject: [PATCH] fix package name typo --- certificate-authority.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certificate-authority.go b/certificate-authority.go index 4d278aead..4aca4c5a6 100644 --- a/certificate-authority.go +++ b/certificate-authority.go @@ -3,7 +3,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. -package bouler +package boulder import ( "crypto/rand"