Fix syntax

Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
Odyssey
2023-01-07 17:02:06 +01:00
parent d633ccfb25
commit b1034bca16
2 changed files with 7 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/gofiber/fiber/v2"
)
// publapi is a simple API for Project Segfault's public shared server (pubnix).
func main() {
app := fiber.New()