ergo icon indicating copy to clipboard operation
ergo copied to clipboard

An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.

Results 13 ergo issues
Sort by recently updated
recently updated
newest added

**Describe the bug** As part of [adding `ergo` to `awesome-go`](https://github.com/avelino/awesome-go/pull/4901), the repo needs to have at least 80% test coverage, which it currently does not. Current test coverage: [coverage.zip](https://github.com/ergo-services/ergo/files/11587837/coverage.zip) ```...

1. Run `gofmt -s -w .` 2. Commit and push the result This is part of [a slightly larger goal of getting `ergo` listed on the `awesome-go` repo](https://github.com/avelino/awesome-go/pull/4901#pullrequestreview-1448637737).