maraino / go-mock

A mocking framework for the Go Programming Language.
MIT License
35 stars 12 forks source link

Add Slice, Rest, and RestType #7

Closed willfaught closed 8 years ago

willfaught commented 8 years ago

Slice matches against slices with specific elements. Rest indicates there may be one or more optional elements following the required ones.

willfaught commented 8 years ago

Thanks!

maraino commented 8 years ago

:+1: