Skip to content

Helpers and utilities for Golang in order to do actions not available in the standard library.

License

Notifications You must be signed in to change notification settings

ARM-software/golang-utils

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

830bcdb · Feb 9, 2024
Feb 6, 2024
Feb 9, 2024
Feb 9, 2024
Oct 13, 2021
Aug 24, 2021
Feb 2, 2022
Jul 27, 2022
Jul 27, 2022
Dec 29, 2022
Aug 13, 2021
Sep 27, 2023
Feb 1, 2024
Feb 2, 2022
Feb 15, 2022
Feb 2, 2022
Feb 2, 2022
Aug 18, 2021
Sep 27, 2023
Sep 29, 2022
Mar 1, 2023

Repository files navigation

Golang utilities

Go Badge License CI Go Reference Documentation Go Report Card Maintainability Test Coverage CII Best Practices

Overview

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

Using this library

To use this library, add the following line to your go.mod:

require (
    github.com/ARM-software/golang-utils/utils latest
    ...
)

Releases

For release notes and a history of changes of all production releases, please see the following:

Project Structure

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.

Getting Help

Contributing