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

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


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

Last synced: 5 months ago
JSON representation

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