From 8969d1f05a456c0d8f145da062430ce99ac4a0a1 Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Sun, 16 Jul 2023 17:03:21 +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