mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-27 15:25:25 +00:00
chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873)
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
// func handler(items ...*mypkg.QueueItem) []*mypkg.QueueItem { ... }
|
||||
package queue
|
||||
|
||||
import "code.gitea.io/gitea/modules/util"
|
||||
import "gitea.dev/modules/util"
|
||||
|
||||
type HandlerFuncT[T any] func(...T) (unhandled []T)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user