Run go fmt

It has some Opinions on my code. Mostly whitespace and organizing the ordering of my structs.
main
diff 2021-03-25 19:22:41 +00:00
parent bbdc5325ae
commit cc4913d573
1 changed files with 35 additions and 35 deletions

18
main.go
View File

@ -18,21 +18,21 @@
package main
import (
"net"
"net/url"
"net/http"
"time"
"context"
"html/template"
"net"
"net/http"
"net/url"
"time"
"path"
"os"
"mime/multipart"
"io"
"mime/multipart"
"os"
"path"
"fmt"
"flag"
"errors"
"flag"
"fmt"
"github.com/mdp/qrterminal"
)