config_stub.go 93 B

123456
  1. // +build !experimental
  2. package daemon
  3. func (config *Config) attachExperimentalFlags() {
  4. }