goSpace-examples, implementation of pSpace examples in goSpace.
To get goSpace-examples, do:
go get -u github.com/pspaces/gospace-examples
To execute an example in <example-path>
, do:
go run <example-path>/main.go
This repository showcases features of goSpace. Examples include:
bookstore
: Bookstore with a cashier and a customer.fridge
: Fridge with a grocery list.hello
: "Hello, Universe!" local and distributed examples.tutorial
: pSpace tutorial examples.
See AUTHORS.md.
MIT License. See LICENSE.md.