server

command module
v0.0.0-...-5aaa258 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2024 License: MIT Imports: 9 Imported by: 0

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:

  1. Update the main go.mod's dependencies
  2. make tidy

New submodules we want to include by default should:

  1. Add a replace in this go.mod like others
  2. Import and register it somehow
  3. make tidy

And if you have problems tidying:

  1. Copy/paste all included modules into this go.mod (/go.mod + /common/archiver/gcloud/go.mod currently)
  2. go mod tidy this submodule and it will probably be correct, make build to make sure
  3. Commit to save your results!
  4. make tidy to make sure it's stable

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL