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.
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 setup GOPATH
and clone the project following Go's convention.go get github.com/russross/blackfriday
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.