to gogs.inhome

This commit is contained in:
Bel LaPointe
2023-04-10 11:18:10 -06:00
parent c8330aab26
commit fb30cc8436
12 changed files with 31 additions and 33 deletions

View File

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

View File

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

View File

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