https://github.com/cockroachdb/field-eng-powertools
field-eng-powertools are a collection of useful utility libraries
https://github.com/cockroachdb/field-eng-powertools
cockroachdb
Last synced: 11 months ago
JSON representation
field-eng-powertools are a collection of useful utility libraries
- Host: GitHub
- URL: https://github.com/cockroachdb/field-eng-powertools
- Owner: cockroachdb
- License: apache-2.0
- Created: 2024-03-27T21:52:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:35:46.000Z (over 1 year ago)
- Last Synced: 2025-06-13T14:02:32.264Z (about 1 year ago)
- Topics: cockroachdb
- Language: Go
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 51
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Field Engineering Power Tools
This repository contains Go utility packages which are common to a
number of Cockroach Labs Field Engineering projects.
Refer to [Go Multi-Module
Workspaces](https://go.dev/doc/tutorial/workspaces) for an easy way to
edit this repository concurrently with another project.
```shell
git clone git@github.com:cockroachdb/replicator.git
git clone git@github.com:cockroachdb/field-eng-powertools.git
cd replicator
go work init
go work use .
go work use ../powertools
```