mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user