remove dep

This commit is contained in:
Jon
2020-08-16 09:18:52 -06:00
parent 38ce24fef9
commit e23757d46d
2 changed files with 6 additions and 12 deletions

View File

@@ -29,11 +29,12 @@ package main // import "sour.is/x/paste/cmd/paste"
import (
"os"
"os/signal"
"syscall"
_ "sour.is/x/paste/src/docs"
_ "sour.is/x/paste/src/routes"
"sour.is/x/toolbox/httpsrv"
"sour.is/x/toolbox/log"
"syscall"
)
func main() {
@@ -51,4 +52,4 @@ func main() {
}
}
//go:generate swagger generate spec -o ../../src/docs/public/swagger.json
//go:generate go run github.com/go-swagger/go-swagger/cmd/swagger generate spec -o ../../src/docs/public/swagger.json