aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-04-07 23:39:52 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-04-07 23:39:52 +0200
commit6bce17d8c05e1c94cccf2360df91f2348b2788c1 (patch)
tree92f87fa2855dc1358c7b44f9941281b99515135f
parent9f7de981ae3570a5672984bff977a09073f95053 (diff)
Make lint happy
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 6acc013..6515693 100644
--- a/main.go
+++ b/main.go
@@ -90,6 +90,7 @@ func test(op string, f function) {
fmt.Println(m.Value, op, n.Value, "=", r.Value)
}
+// scan lookups element representation
func scan(n int) *list.Element {
if n > alphabet.Len() {
log.Fatal("out of range")