go-distributed

module
v0.0.0-...-6048b57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2019 License: MIT

README

go-distributed

Build Status

Go implementations of distributed paradigms and algorithms.

What paradigms/algorithms are implemented?

  • client / server

Develop

Get this repo

git clone https://github.com/ottenwbe/go-distributed.git
Structure
.
├── client-server   // client server demo
├── go.mod          
├── go.sum
├── LICENSE         // MIT
├── Makefile
├── README.md       // this
└── vendor          // all vendored files

Build

go build -o clientServer client-server/*.go 

Test

We use ginkgo for testing.

go get -u github.com/onsi/ginkgo/ginkgo  
go get -u github.com/onsi/gomega/...     
cd client-server
ginkgo

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL