JosiahWitt / ensure

A balanced test framework for Go
MIT License
8 stars 0 forks source link

Add IsEmpty() for maps, arrays, slices, and strings #5

Closed JosiahWitt closed 3 years ago

JosiahWitt commented 3 years ago

For example:

ensure([]string{}).IsEmpty()