Skip to content

yang554672999/golang-china.golangdoc

Repository files navigation

Godoc for Golang, support translate.

Install golangdoc:

go get github.com/golang-china/golangdoc

Download Chinese Translate:

git clone https://github.com/golang-china/golangdoc.translations.git $(GOROOT)/translations

Start Chinese Godoc Server:

golangdoc -http=:6060 -lang=zh_CN

See:

Run as windows service:

# install as windows service
golangdoc -service-install -http=:6060

# start/stop service
golangdoc -service-start
golangdoc -service-stop

# remove service
golangdoc -service-remove

BUGS

Report bugs to chaishushan@gmail.com.

Thanks!

About

Automatically exported from code.google.com/p/golang-china.golangdoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages