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: about 2 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T09:28:58.000Z (about 1 year ago)
- Last Synced: 2025-02-12T08:58:43.566Z (3 months ago)
- Topics: async, channels, generics, go, golang, library
- Language: Go
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 5
- 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) .
[](https://gitpod.io/#https://github.com/devlights/gomy)
[](https://www.codefactor.io/repository/github/devlights/gomy/overview/master)[](https://goreportcard.com/report/github.com/devlights/gomy)
## Environments
```sh
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
``````sh
$ go version
go version go1.20.5 linux/amd64
```## 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
```