Пример #1
0
func stopWatcher(c *C, w *state.EnvironConfigWatcher) {
	err := w.Stop()
	c.Check(err, IsNil)
}