mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
Fix lint
This commit is contained in:
parent
53aa475aa8
commit
fe78a4129a
1 changed files with 1 additions and 1 deletions
|
|
@ -434,5 +434,5 @@ func TestChallenge_hasMatchingRecord(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO(ldez) factorize
|
||||
// TODO(ldez) factorize.
|
||||
func Pointer[T any](v T) *T { return &v }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue