mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
chore: bump x/tools to latest (#4329)
* chore: bump `x/tools` to latest * chore: fixed lint on go1.24
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user