from gogs to gitea

This commit is contained in:
bel
2024-03-10 09:54:05 -06:00
parent 9941706b73
commit fb6d7af6d3
12 changed files with 32 additions and 31 deletions

View File

@@ -2,7 +2,7 @@ package storage
import (
"fmt"
"gogs.inhome.blapointe.com/local/rproxy3/storage/packable"
"gitea.inhome.blapointe.com/local/rproxy3/storage/packable"
)
type Map map[string]map[string][]byte