https://github.com/datatrails/go-datatrails-common
common service support code that should be re-used by avid subsystems
https://github.com/datatrails/go-datatrails-common
Last synced: 5 months ago
JSON representation
common service support code that should be re-used by avid subsystems
- Host: GitHub
- URL: https://github.com/datatrails/go-datatrails-common
- Owner: datatrails
- License: mit
- Created: 2023-08-22T16:22:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T10:07:06.000Z (about 1 year ago)
- Last Synced: 2025-04-25T10:46:20.495Z (about 1 year ago)
- Language: Go
- Size: 434 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# go-datatrails-common
Public repository for base Go utility packages.
> [!WARNING]
> No guarantee is given that packages in this repo will not be removed.
> Import this repo at your own risk.
# Multirepo development
Use go work spaces for co-development against another repo that may import this
```bash
cd
mkdir workspace
cd workspace
git clone https://github.com/datatrails/go-datatrails-common.git
git clone https://github.com/datatrails/go-datatrails-logverification.git
go work init
go work use go-datatrails-common
go work use go-datatrails-logverification
```