fixed typos and formatting, fixed loading page not being shown (idlewaker)

This commit is contained in:
yusing
2024-10-08 13:15:23 +08:00
parent d1c9e18c97
commit 1797896fa6
6 changed files with 23 additions and 29 deletions

View File

@@ -1,8 +1,9 @@
package autocert
import (
"github.com/go-acme/lego/v4/registration"
"crypto"
"github.com/go-acme/lego/v4/registration"
)
type User struct {
@@ -19,4 +20,4 @@ func (u *User) GetRegistration() *registration.Resource {
}
func (u *User) GetPrivateKey() crypto.PrivateKey {
return u.key
}
}