https://github.com/core-go/reaction
https://github.com/core-go/reaction
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/reaction
- Owner: core-go
- Created: 2022-10-22T03:25:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T09:25:39.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:15:08.806Z (6 months ago)
- Language: Go
- Size: 124 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```