Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 470 Bytes

go-wren

GoDoc

This package provides Go bindings to the Wren scripting language.

Getting Started

Run these commands to download the package, build the library, and run tests:

$ go get -d github.com/dradtke/go-wren
$ cd ${GOPATH}/src/github.com/dradtke/go-wren
$ (cd wren && make static)
$ go test