https://github.com/osohq/go-oso
Golang library for oso
https://github.com/osohq/go-oso
Last synced: 6 months ago
JSON representation
Golang library for oso
- Host: GitHub
- URL: https://github.com/osohq/go-oso
- Owner: osohq
- License: apache-2.0
- Created: 2021-01-25T18:28:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T04:16:30.000Z (over 1 year ago)
- Last Synced: 2024-06-18T18:47:57.112Z (10 months ago)
- Language: Go
- Size: 603 MB
- Stars: 32
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
We have deprecated the legacy Oso open source library. We have plans for the next open source release and we’re looking forward to getting feedback from the community leading up to that point (please reach out to us in the Slack #help channel). In the meantime, if you’re happy using the Oso open source library now, nothing needs to change – i.e., we are not end-of-lifing (EOL) the library and we’ll continue to provide support and critical bug fixes. (Link to Docs message) (We released a writeup with more context)
# Oso go library
This is the publish repository for the oso go library. It contains prebuilt oso-core
libraries so that you can reference this module directly in go code.All development happens on https://github.com/osohq/oso.
`go get github.com/osohq/go-oso`
```
import "github.com/osohq/go-oso"
...
```