chore: bump x/tools to latest (#4329)

* chore: bump `x/tools` to latest

* chore: fixed lint on go1.24
This commit is contained in:
Giau. Tran Minh
2025-02-13 16:09:44 +07:00
committed by GitHub
parent c5db03c30e
commit 2b1ad7e4b0
24 changed files with 46 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ import (
"gocloud.dev/secrets/localsecrets"
)
func Example_EncryptField() {
func Example_encryptField() {
key, err := localsecrets.NewRandomKey()
if err != nil {
log.Fatalf("failed creating random key: %v", err)