https://github.com/cuongndc9/pubsub_go
a simple 💅 pusub using go
https://github.com/cuongndc9/pubsub_go
103cuong go golang pubsub
Last synced: over 1 year ago
JSON representation
a simple 💅 pusub using go
- Host: GitHub
- URL: https://github.com/cuongndc9/pubsub_go
- Owner: cuongndc9
- License: mit
- Created: 2020-08-16T17:51:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T17:21:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T21:32:34.372Z (over 1 year ago)
- Topics: 103cuong, go, golang, pubsub
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)