1
0
forked from MTSR/mapserver

update building docs

This commit is contained in:
NatureFreshMilk 2019-06-13 08:08:00 +02:00
parent e2de6c3b39
commit 4b7371f8a9

View File

@ -11,9 +11,6 @@ Ubuntu install: https://github.com/golang/go/wiki/Ubuntu
## Compile ## Compile
Working directory: */server*
```bash ```bash
# generate the static web files # generate the static web files
go generate go generate
@ -25,4 +22,3 @@ go build
go test ./... go test ./...
``` ```