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

https://github.com/core-go/reaction


https://github.com/core-go/reaction

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# reaction

## Installation
Please make sure to initialize a Go module before installing core-go/reaction:

```shell
go get -u github.com/core-go/reaction
```

Import:
```go
import "github.com/core-go/reaction"
```