https://github.com/outscale/goutils
Golang utilities used within other Outscale Go projects
https://github.com/outscale/goutils
maturity-sandbox
Last synced: about 1 month ago
JSON representation
Golang utilities used within other Outscale Go projects
- Host: GitHub
- URL: https://github.com/outscale/goutils
- Owner: outscale
- Created: 2025-12-05T10:45:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T09:50:10.000Z (about 1 month ago)
- Last Synced: 2026-01-12T18:48:12.297Z (about 1 month ago)
- Topics: maturity-sandbox
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSES/BSD-3-Clause.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## **goutils**
[](https://docs.outscale.com/en/userguide/Open-Source-Projects.html) [](https://discord.gg/HUVtY5gT6s)
---
## 🌐 Links
- Documentation:
- Project website:
- Join our community on [Discord](https://discord.gg/HUVtY5gT6s)
---
## 📄 Table of Contents
- [Overview](#-overview)
- [Requirements](#-requirements)
- [Installation](#-installation)
- [License](#-license)
- [Contributing](#-contributing)
---
## 🧭 Overview
**goutils** is a collection of Go utilities used in other Go projects at Outscale.
- github.com/outscale/goutils/sdk : generic tools, SDK helpers & mocks.
---
## ✅ Requirements
- Go 1.25+
---
## ⚙ Installation
```bash
go get github.com/outscale/goutils/sdk
````
---
## 📜 License
**goutils** is released under the BSD 3-Clause license.
© 2025 Outscale SAS
This project complies with the [REUSE Specification](https://reuse.software/).
See [LICENSES/](./LICENSES) directory for full license information.
---
## 🤝 Contributing
We welcome contributions!
Please read our [Contributing Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md) before submitting a pull request.