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 (
"encoding/json"
"path/filepath"
"fmt"
"strings"
"io/fs"
"io"
"os"
"io/fs"
"log"
"net/http"
"os"
"path/filepath"
"strings"
)
type Response struct {