From c25570670078bf10b2100491ce77a38d6aa5e040 Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Sun, 16 Jul 2023 17:03:46 +0100 Subject: [PATCH] . --- highlighter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlighter.go b/highlighter.go index 72ee42a..1f93403 100644 --- a/highlighter.go +++ b/highlighter.go @@ -5,7 +5,7 @@ import ( "strings" "unicode/utf8" "path/filepath" - "os/ioutil" + "io/ioutil" ) // RunePos returns the rune index of a given byte index