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

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.

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
```