https://github.com/devlights/gomy
This package is a personal library for Go language.
https://github.com/devlights/gomy
async channels generics go golang library
Last synced: 16 days ago
JSON representation
This package is a personal library for Go language.
- Host: GitHub
- URL: https://github.com/devlights/gomy
- Owner: devlights
- License: mit
- Created: 2020-03-11T14:02:16.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T05:02:34.000Z (11 months ago)
- Last Synced: 2025-08-12T06:39:55.213Z (11 months ago)
- Topics: async, channels, generics, go, golang, library
- Language: Go
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's this?
This package is a personal library for Go language.
For more information, see https://pkg.go.dev/github.com/devlights/gomy .
## Requirements
### [go-task](https://taskfile.dev/)
```sh
$ go install github.com/go-task/task/v3/cmd/task@latest
```
## Howto
### Build
```sh
$ task fmt vet
$ task build
```
### Test
```sh
$ task test
```
### Cover
```sh
$ task cover
```