Correcting project layout

This commit is contained in:
2026-03-22 19:33:22 +00:00
parent e591c5a4ae
commit 77c60de4f8
4 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
"git.hrafn.xyz/aether/gotes/internal/repository"
"git.hrafn.xyz/aether/gotes/internal/store/sqlite"
"git.hrafn.xyz/aether/gotes/server"
"git.hrafn.xyz/aether/gotes/internal/cli/server"
)
func main() {

View File

@@ -5,7 +5,7 @@ import (
"log"
"os"
"git.hrafn.xyz/aether/gotes/client"
"git.hrafn.xyz/aether/gotes/internal/cli/client"
)
func main() {