- Notifications
You must be signed in to change notification settings - Fork7
Helpers and utilities for Golang in order to do actions not available in the standard library.
License
ARM-software/golang-utils
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains various helpers and utilities for Golang in order to do actions not available in the standard library.It was initially developed for numerous projects at Arm, including some running in production, in order to apply the DRY principle.
Few helpers may be themselves leveraging 3rd party libraries.
Maintainers: @ARM-software/golang-utils-admin
To use this library, add the following line to yourgo.mod:
require ( github.com/ARM-software/golang-utils/utils latest ...)For release notes and a history of changes of allproduction releases, please see the following:
The follow described the major aspects of the project structure:
docs/- Code reference documentation.utils/- Go project source files.changes/- Collection of news files for unreleased changes.
- For interface definition and usage documentation, please seeGitHub Pages.
- For a list of known issues and possible workarounds, please seeKnown Issues.
- To raise a defect or enhancement please useGitHub Issues orGitHub discussions.
- We are committed to fostering a welcoming community, please see ourCode of Conduct for more information.
- For ways to contribute to the project, please see theContributions Guidelines
- For a technical introduction into developing this package, please see theDevelopment Guide
About
Helpers and utilities for Golang in order to do actions not available in the standard library.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.