This is the API documentation for goby language.
The doc is hosted on: https://goby-lang.github.io/api.doc/
Follow the steps to setup a running parser.
- Fork & Clone (or sync if you already have a copy by this instruction)
- Clone Goby language project. The best way to do it is using Go's
go get
command. By default, this parser looks for[GOPATH]/src/github.com/goby-lang/goby/vm
directory. If you're new to Golang, make sure you've setupGOPATH
and clone the project following Go's convention. - Install dependency:
go get github.com/russross/blackfriday
- Update settings.yml if necessary.
- Make sure the following command runs without any error:
go run *.go
This should generate (or overwrite) new docs in /docs
directory.
If you want to update the documentation, make sure you checkout to the desired branch for Goby project.
After that, commit and push them for update. GitHub will handle the rest.
Go to Goby wiki.