コード例 #1
0
ファイル: environ_test.go プロジェクト: klyachin/juju
func stopWatcher(c *gc.C, w state.NotifyWatcher) {
	err := w.Stop()
	c.Check(err, gc.IsNil)
}