Documentation
¶
Overview ¶
Package experiment occasionally contains code for one-off experiments. Experiments can be enabled using the EXPERIMENTS environment variable, which is a comma-separated list of experiment IDs.
Please keep every experiment in its own file.
Since the code living here is short-living, the following requirements do not apply:
- Comments may be skipped.
- Some errors may be logged or ignored.
- Tests may be lacking.
- The environment may be read here as opposed to package cmd.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(l *slog.Logger, reg prometheus.Registerer) (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.