start project #2

Merged
nicolas.boufideline merged 12 commits from agent into main 2025-12-18 10:46:04 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 3b64498086 - Show all commits

start: fix non fonctional metadata server

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2025-12-04 00:00:14 +01:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -1,5 +1,9 @@
package main package main
import (
"git.g3e.fr/syonad/two/internal/metadata"
)
func main() { func main() {
metadata.startServer() metadata.StartServer()
} }

View file

@ -51,7 +51,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) {
} }
} }
func startServer() { func StartServer() {
flag.Parse() flag.Parse()
if *file == "" { if *file == "" {