Files
kubesphere/pkg/utils/utils.go
jeff 4ac20ffc2b add service mesh controller
add service mesh metrics

remove unused circle yaml

fix travis misconfiguration

fix travis misconfiguration

fix travis misconfiguration
2019-03-17 17:28:52 +08:00

8 lines
79 B
Go

package utils
func CheckError(err error) {
if err != nil {
panic(err)
}
}