1
0
Fork 0

refactor: minor fixes.

This commit is contained in:
Fernandez Ludovic 2018-04-17 23:20:33 +02:00 committed by Traefiker Bot
parent f258f20b04
commit 95ce4f5c1e
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ type Account struct {
const (
// RegistrationURLPathV1Regexp is a regexp which match ACME registration URL in the V1 format
RegistrationURLPathV1Regexp string = `^.*/acme/reg/\d+$`
RegistrationURLPathV1Regexp = `^.*/acme/reg/\d+$`
)
// NewAccount creates an account