https://github.com/core-go/hive
https://github.com/core-go/hive
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/hive
- Owner: core-go
- Created: 2022-01-02T10:04:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:09:05.000Z (about 1 year ago)
- Last Synced: 2025-01-10T04:15:04.898Z (6 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hive
## Installation
Please make sure to initialize a Go module before installing core-go/hive:```shell
go get -u github.com/core-go/hive
```Import:
```go
import "github.com/core-go/hive"
```