From 2fde139fabe42cb6dd9561591fb5b598cb1c7aa4 Mon Sep 17 00:00:00 2001 From: Markus Zimmermann Date: Sun, 30 Nov 2014 00:38:01 +0100 Subject: [PATCH] forgot one TODO mark --- token/lists/items.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token/lists/items.go b/token/lists/items.go index 9e79d3c..60f4bea 100644 --- a/token/lists/items.go +++ b/token/lists/items.go @@ -201,7 +201,7 @@ func (l *UniqueItem) Clone() token.Token { return n } -/* +/* TODO FIXME this // Fuzz fuzzes this token using the random generator by choosing one of the possible permutations for this token func (l *UniqueItem) Fuzz(r rand.Rand) { if l.index == -1 {