/goSpace-examples

Examples of Programming with Spaces in Go

Primary LanguageGoMIT LicenseMIT

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.