from gogs
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user