gofmpt (gofmt but stricter)

This commit is contained in:
2023-08-27 19:54:30 +05:30
parent 67fb87d524
commit 359cf9bd09
18 changed files with 703 additions and 681 deletions

View File

@@ -1,10 +1,12 @@
package pages
import (
"codeberg.org/aryak/mozhi/utils"
"fmt"
"github.com/gofiber/fiber/v2"
"runtime"
"codeberg.org/aryak/mozhi/utils"
"github.com/gofiber/fiber/v2"
)
func HandleIndex(c *fiber.Ctx) error {