mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-29 00:59:39 +09:00
chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
package git
|
||||
|
||||
import "code.gitea.io/gitea/modules/log"
|
||||
import "gitea.dev/modules/log"
|
||||
|
||||
// Size returns the size of the entry
|
||||
func (te *TreeEntry) Size() int64 {
|
||||
|
||||
Reference in New Issue
Block a user