go fmt
This commit is contained in:
parent
dd19874d6a
commit
4179ae85a8
3
Makefile
3
Makefile
|
@ -32,6 +32,9 @@ ensure:
|
|||
dep ensure -update
|
||||
dep status
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
|
||||
run: $(BINARY)
|
||||
./$(BINARY) -vv serve
|
||||
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
package main // import "sour.is/x/paste/cmd/paste"
|
||||
|
||||
import (
|
||||
"sour.is/x/toolbox/httpsrv"
|
||||
_ "sour.is/x/paste/src/routes"
|
||||
_ "sour.is/x/paste/src/docs"
|
||||
_ "sour.is/x/paste/src/routes"
|
||||
"sour.is/x/toolbox/httpsrv"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user