gofmt: main.go

This commit is contained in:
Muhammad Nauman Raza 2025-01-25 23:58:00 +00:00
parent 7fba45c0a8
commit 5aa133b6af
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -2,14 +2,14 @@ package main
import ( import (
"encoding/json" "encoding/json"
"path/filepath"
"fmt" "fmt"
"strings"
"io/fs"
"io" "io"
"os" "io/fs"
"log" "log"
"net/http" "net/http"
"os"
"path/filepath"
"strings"
) )
type Response struct { type Response struct {