Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuongndc9/pubsub_go

a simple 💅 pusub using go
https://github.com/cuongndc9/pubsub_go

103cuong go golang pubsub

Last synced: 5 days ago
JSON representation

a simple 💅 pusub using go

Awesome Lists containing this project

README

        

# pubsub_go

![golangci-lint status](https://github.com/103cuong/pubsub_go/workflows/golangci-lint/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/103cuong/pubsub_go)](https://goreportcard.com/report/github.com/103cuong/pubsub_go)

a simple 💅 pusub using go

## installation

```shell script
go mod download
```

## usage

```shell script
go run main.go
```

## document

- [PubSub using channels in Go](https://eli.thegreenplace.net/2020/pubsub-using-channels-in-go/)
- [fly-with-go](https://github.com/103cuong/fly-with-go)
- [7_days_of_go](https://github.com/103cuong/7_days_of_go)
- [golang.org](https://golang.org/)

## license

MIT © [Cuong Tran](https://github.com/103cuong)