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.
- init() is allowed.
Click to show internal directories.
Click to hide internal directories.