command
module
Version:
v0.0.0-...-02d3b7d
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This is the primary "kitchen sink" server build, which includes all first-party optional plugins, and is used as our Docker-provided binary.
For the most part, this means that day-to-day library upgrades should:
- Update the main
go.mod
's dependencies
make tidy
New submodules we want to include by default should:
- Add a replace in this
go.mod
like others
- Import and register it somehow
make tidy
And if you have problems tidying:
- Copy/paste all included modules into this
go.mod
(/go.mod
+ /common/archiver/gcloud/go.mod
currently)
go mod tidy
this submodule and it will probably be correct, make build
to make sure
- Commit to save your results!
make tidy
to make sure it's stable
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.