0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-11 11:25:42 +02:00

fix package name in v332.go after move to v1_27

Missed staging the package declaration update during the merge resolution.

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-05-08 08:49:27 +02:00
parent c1ac754bf3
commit 093061d3ba
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -1,7 +1,7 @@
// Copyright 2026 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package v1_26
package v1_27
import "xorm.io/xorm"