tpl: Modify error messages of after, first, and last
authorBaibhav Vatsa <baibhavvatsa@gmail.com>
Fri, 11 Oct 2019 18:51:24 +0000 (13:51 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 12 Oct 2019 16:07:46 +0000 (18:07 +0200)
commit65b7d4221b90445bfc089873092411cf7e322933
tree356f827010169e48dc50e1a3979a8f06fb27285b
parent0e75af74db30259ec355a7b79a1e257d5fe00eef
tpl: Modify error messages of after, first, and last

Modified the messages functions after, first, and last threw on being passed invalid parameters (index or limit) to be more standardised and resemble what Go compiler would throw.

Fixes #6415
tpl/collections/collections.go