Exemplo n.º 1
0
Arquivo: try.go Projeto: arv/noms-old
func IsUsageError(a *assert.Assertions, f func()) {
	e := Try(f)
	a.IsType(UsageError{}, e)
}