From 67b1febc1d41efbebbe257c3a6081faf209aed35 Mon Sep 17 00:00:00 2001 From: Menno Date: Sun, 17 Oct 2021 14:32:26 +0200 Subject: [PATCH] fix comment --- stringer.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/stringer.go b/stringer.go index d9ab25e..49c87fd 100644 --- a/stringer.go +++ b/stringer.go @@ -790,8 +790,6 @@ const stringOneRun = `func (i %[1]s) String() string { // [2]: lowest defined value for type, as a string // [3]: size of index element (8 for uint8 etc.) // [4]: less than zero check (for signed types) -/* - */ const stringOneRunWithOffset = `func (i %[1]s) String() string { i -= %[2]s if %[4]si >= %[1]s(len(_%[1]sIndex)-1) {