https://github.com/pangeacyber/pangea-go
Official Pangea Golang Monorepo
https://github.com/pangeacyber/pangea-go
go golang pangea pangeacyber sdk sdk-go
Last synced: 6 months ago
JSON representation
Official Pangea Golang Monorepo
- Host: GitHub
- URL: https://github.com/pangeacyber/pangea-go
- Owner: pangeacyber
- License: mit
- Created: 2022-11-14T17:17:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:46:16.000Z (6 months ago)
- Last Synced: 2025-04-09T16:48:57.454Z (6 months ago)
- Topics: go, golang, pangea, pangeacyber, sdk, sdk-go
- Language: Go
- Homepage: https://pangea.cloud
- Size: 20.4 MB
- Stars: 11
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://pangea.cloud/docs/sdk/go/)
[](https://l.pangea.cloud/Jd4wlGs)# Pangea Go Monorepo
This is the Pangea repository for all things Go.
## Pangea Go Tools
This is a list of tools or useful stuff that you will find in this repository and their links
- Pangea Go SDK [Click here](/pangea-sdk)
- List of Pangea Go SDK examples per service [Click here](/examples)## Repository structure
|- **README.md**: This readme file [Click here](/README.md)
|- **CHANGELOG.md**: SDK version changes tracking [Click here](/CHANGELOG.md)
|- **examples**: SDK examples folder [Click here](/examples)
|----- **audit**: Audit service examples [Click here](/examples/audit)
|----- **authn**: AuthN service examples [Click here](/examples/authn)
|----- **embargo**: Embargo service examples [Click here](/examples/embargo)
|----- **intel**: Intel services (IP, File, Domain, URL, User) examples [Click here](/examples/intel)
|----- **redact**: Redact service examples [Click here](/examples/redact)
|----- **vault**: Vault service examples [Click here](/examples/vault)
|----- **README.md**: Example's instructions to install and run [Click here](/examples/README.md)
|- **pangea-sdk**: Pangea Go SDK folder. Also available through `go get` [Click here](/pangea-sdk)
|----- **README.md**: Pangea Go SDK install and usage instructions [Click here](/pangea-sdk/v2/README.md)