experiments/config.go (4 lines of code) (raw):

package experiments type Config struct { // Host A/B Test server host Host string }