https://github.com/tangenta/go-unit
https://github.com/tangenta/go-unit
unit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tangenta/go-unit
- Owner: tangenta
- License: mit
- Created: 2020-01-09T13:00:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T13:08:11.000Z (over 6 years ago)
- Last Synced: 2025-04-11T19:53:10.414Z (about 1 year ago)
- Topics: unit
- Language: Go
- Size: 1.95 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-unit
This repo contains an alias for `struct{}`, `Unit`.
You can write `ch <- UnitVal` now, instead of `ch <- struct{}{}`.