From a66169d3bab48ee2c05e5ce1bfd65e087ca2bed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matczuk?= Date: Mon, 2 Oct 2017 12:46:25 +0200 Subject: [PATCH] Update iterx.go iter: doc update --- iterx.go | 1 - 1 file changed, 1 deletion(-) diff --git a/iterx.go b/iterx.go index 1fb7121..23ea557 100644 --- a/iterx.go +++ b/iterx.go @@ -110,7 +110,6 @@ func (iter *Iterx) scanAny(dest interface{}, structOnly bool) bool { // and closes the iterator. If the destination slice type is a Struct, then // StructScan will be used on each row. If the destination is some other type, // then each row must only have one column which can scan into that type. -// If no rows were selected, ErrNotFound is returned. func (iter *Iterx) Select(dest interface{}) error { if iter.query == nil { return errors.New("using released query")