Move front and back into internal
This commit is contained in:
parent
1d8694846f
commit
6c885d25c2
@ -9,7 +9,7 @@ import (
|
||||
|
||||
"github.com/matryer/is"
|
||||
"github.com/rickb777/date"
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/back"
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/internal/back"
|
||||
)
|
||||
|
||||
func TestNewMemoryStore(t *testing.T) {
|
@ -14,7 +14,7 @@ import (
|
||||
hm "gitlab.codemonkeysoftware.net/b/hatmill"
|
||||
a "gitlab.codemonkeysoftware.net/b/hatmill/attribute"
|
||||
e "gitlab.codemonkeysoftware.net/b/hatmill/element"
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/back"
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/internal/back"
|
||||
)
|
||||
|
||||
const (
|
4
main.go
4
main.go
@ -5,8 +5,8 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/back"
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/front"
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/internal/back"
|
||||
"gitlab.codemonkeysoftware.net/b/henwen/internal/front"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user