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

@@ -19,7 +19,7 @@ import (
_ "github.com/mattn/go-sqlite3"
)
func Example_CreateTenants() {
func Example_createTenants() {
ctx := context.Background()
client := open(ctx)
defer client.Close()
@@ -57,7 +57,7 @@ func Example_CreateTenants() {
// Tenant(id=2, name=GitLab)
}
func Example_TenantView() {
func Example_tenantView() {
ctx := context.Background()
client := open(ctx)
defer client.Close()
@@ -141,7 +141,7 @@ func Example_TenantView() {
// 2
}
func Example_DenyMismatchedTenants() {
func Example_denyMismatchedTenants() {
ctx := context.Background()
client := open(ctx)
defer client.Close()