sourcegraph/lib/errors
Keegan Carruthers-Smith 11a534cc78
lib: use any instead of interface{} (#35121)
Now that lib is on go1.18 we can use the type alias "any" instead of "interface{}".

Test Plan: cd lib && go test ./...
2022-05-09 14:55:38 +00:00
..
cockroach.go lib/errors: new MultiError error type and utilities (#31466) 2022-02-18 11:07:02 -08:00
errors_test.go lib/errors: new MultiError error type and utilities (#31466) 2022-02-18 11:07:02 -08:00
errors.go lib: use any instead of interface{} (#35121) 2022-05-09 14:55:38 +00:00
filter_test.go Add helper predicates for HasType and Is (#30975) 2022-02-10 16:47:46 +00:00
filter.go ignore any context errors in code monitors (#35064) 2022-05-07 12:13:24 -04:00
group_test.go lib/errors: new MultiError error type and utilities (#31466) 2022-02-18 11:07:02 -08:00
group.go lib/errors: new MultiError error type and utilities (#31466) 2022-02-18 11:07:02 -08:00