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

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

Awesome Lists containing this project

README

          

## **goutils**

[![Project Stage](https://docs.outscale.com/fr/userguide/_images/Project-Sandbox-yellow.svg)](https://docs.outscale.com/en/userguide/Open-Source-Projects.html) [![](https://dcbadge.limes.pink/api/server/HUVtY5gT6s?style=flat&theme=default-inverted)](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.