from gogs

This commit is contained in:
Bel LaPointe
2024-01-09 08:05:16 -07:00
parent fb30cc8436
commit 669f3283f4
12 changed files with 23 additions and 230 deletions

View File

@@ -2,7 +2,7 @@ package storage
import (
"errors"
"gogs.inhome.blapointe.com/local/rproxy3/storage/packable"
"gitea.inhome.blapointe.com/local/rproxy3/storage/packable"
)
var ErrNotFound = errors.New("not found")

View File

@@ -1,7 +1,7 @@
package storage
import (
"gogs.inhome.blapointe.com/local/rproxy3/storage/packable"
"gitea.inhome.blapointe.com/local/rproxy3/storage/packable"
"os"
"testing"
)

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