Categorygithub.com/devops-kung-fu/common
module
0.2.6
Repository: https://github.com/devops-kung-fu/common.git
Documentation: pkg.go.dev

# README

common

GoDoc GitHub release (latest by date) Go Report Card codecov SBOM

Common functions and general utilities used by DKFM and made available for all to use.

Software Bill of Materials

common uses the CycloneDX to generate a Software Bill of Materials in CycloneDX format (v1.4) every time a developer commits code to this repository (as long as Hookz is being used and has been initialized in the working directory). More information for CycloneDX is available here

The current SBoM for common is available here.

# Packages

Package file contains functions for finding files.
Package github provides functions to interact with github.
Package slices include functions to manipulate slices.
Package util contains utility functions.