gofmt: main.go
This commit is contained in:
parent
7fba45c0a8
commit
5aa133b6af
1 changed files with 68 additions and 68 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue