go fmt
This commit is contained in:
4
main.go
4
main.go
@ -3,11 +3,11 @@ package main
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"git.binarythought.com/cdramey/qurl/pages"
|
||||
"git.binarythought.com/cdramey/qurl/storage"
|
||||
"net"
|
||||
"net/http"
|
||||
"os"
|
||||
"git.binarythought.com/cdramey/qurl/pages"
|
||||
"git.binarythought.com/cdramey/qurl/storage"
|
||||
)
|
||||
|
||||
//go:generate go run ./togo -n Favicon_ico -i assets/favicon.ico -p static -o static/favicon_ico.go
|
||||
|
||||
Reference in New Issue
Block a user