Move front and back into internal

This commit is contained in:
2020-10-11 12:21:17 -06:00
parent 1d8694846f
commit 6c885d25c2
6 changed files with 4 additions and 5 deletions

View File

@ -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() {