forked from MTSR/mapserver
proper //go:generate
This commit is contained in:
parent
223311e31e
commit
cebe92014e
@ -2,16 +2,17 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/sirupsen/logrus"
|
||||
"mapserver/app"
|
||||
"mapserver/mapobject"
|
||||
"mapserver/params"
|
||||
"mapserver/tilerendererjob"
|
||||
"mapserver/web"
|
||||
"runtime"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
//go:generate -command go run github.com/mjibson/esc -o vfs/static.go -prefix="static/" -pkg vfs static
|
||||
//go:generate go run github.com/mjibson/esc -o vfs/static.go -prefix="static/" -pkg vfs static
|
||||
|
||||
func main() {
|
||||
//Parse command line
|
||||
|
Loading…
Reference in New Issue
Block a user