doc: Use 'go generate' again

This commit is contained in:
Hajime Hoshi 2016-02-16 00:35:28 +09:00
parent 67f837ff18
commit 9ba60916fb
3 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# How to generate the doc # How to generate the doc
`go run gen.go` `go generate .`
# How to run HTTP server # How to run HTTP server
`go run server.go` `go run server/main.go`
# How to deploy # How to deploy

View File

@ -14,7 +14,5 @@
package docs package docs
// TODO: Remove this file and add copying to gen.go
//go:generate go run gen.go //go:generate go run gen.go
//go:generate cp -r ../examples/images ./public/examples/ //go:generate cp -r ../examples/images ./public/examples/