upgrade go

This commit is contained in:
lnino
2024-04-10 20:02:31 +02:00
parent 6bd52e7c6e
commit 5b769bcda7
6 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ package main
import (
"fmt"
controller "infini/controller"
controller "hub/controller"
"net/http"
)