Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 775 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 775 Bytes

goSpace-examples

Synopsis

goSpace-examples, implementation of pSpace examples in goSpace.

Usage

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

Examples

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.

Authors

See AUTHORS.md.

License

MIT License. See LICENSE.md.