return err when stack name does not exist

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-06-29 01:39:49 +08:00
parent bae354f800
commit fa358584a0

View file

@ -1,4 +1,4 @@
// Package checker provide Docker specific implementations of the go-check.Checker interface.
// Package checker provides Docker specific implementations of the go-check.Checker interface.
package checker
import (