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 (
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue