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

@@ -14,7 +14,7 @@ import (
_ "github.com/mattn/go-sqlite3"
)
func Example_EdgeIndex() {
func Example_edgeIndex() {
client, err := ent.Open("sqlite3", "file:ent?mode=memory&cache=shared&_fk=1")
if err != nil {
log.Fatalf("failed opening connection to sqlite: %v", err)