small bug fixes and organization

This commit is contained in:
Zoe
2024-12-09 06:03:45 -06:00
parent 54fbb02ad8
commit 6c035fc391
12 changed files with 289 additions and 289 deletions

View File

@@ -20,7 +20,7 @@ import (
"time"
"github.com/briandowns/spinner"
"github.com/juls0730/fluxd/pkg"
"github.com/juls0730/flux/pkg"
)
//go:embed config.json

View File

@@ -5,7 +5,7 @@ import (
"net/http"
_ "net/http/pprof"
"github.com/juls0730/fluxd/server"
"github.com/juls0730/flux/server"
)
func main() {