Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 316 Bytes

File metadata and controls

executable file
·
16 lines (11 loc) · 316 Bytes

Radiochild utils

Build and Install

Radiochild utils is a go module that can be built and installed locally

$ go mod tidy
$ go install ./...

Usage

To refer to packages in this module as follows:

import (
  rchildutils "radiochild/utils"
  rchildtext "radiochild/utils/text"
)