Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/signalfx/golib
Golib contains various useful golang libraries
https://github.com/signalfx/golib
Last synced: 13 days ago
JSON representation
Golib contains various useful golang libraries
- Host: GitHub
- URL: https://github.com/signalfx/golib
- Owner: signalfx
- License: apache-2.0
- Created: 2015-04-11T02:12:37.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:43:21.000Z (about 2 months ago)
- Last Synced: 2024-09-17T20:11:19.562Z (about 2 months ago)
- Language: Go
- Size: 2.51 MB
- Stars: 68
- Watchers: 81
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# golib [![Build Status](https://travis-ci.org/signalfx/golib.svg?branch=master)](https://travis-ci.org/signalfx/golib)
Various golang libraries we've found useful. The SignalFx client library (SDK) for Go is available [here](https://github.com/signalfx/golib/tree/master/sfxclient) along with instructions for installing the library and using the included functions.
## Go modules
If your project uses Go modules, you need to refer to this project as
`github.com/signalfx/golib/v3` in your imports. If your project is not using
modules, you might not be able to use this library after v3.0.0.## Dependencies
Please note that there is a dependency on Thrift v0.9.3 for some of the libraries in this repository.
## License
Apache Software License v2. Copyright © 2015-2019 SignalFx