From 340f5e45f3251a11830af844fd85f8934b90cf79 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 11 Sep 2023 01:11:13 +0200 Subject: Specify constant type --- parser/parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/parser.go b/parser/parser.go index 09a6f49..4b9625d 100644 --- a/parser/parser.go +++ b/parser/parser.go @@ -12,7 +12,7 @@ import ( type nodeType uint const ( - Normal = iota + Normal nodeType = iota Tagless Text ) -- cgit v1.2.3