diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/template/highlight/highlight.go (renamed from modules/template/highlight.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/template/highlight.go b/modules/template/highlight/highlight.go index bd9813ee..bbf08e04 100644 --- a/modules/template/highlight.go +++ b/modules/template/highlight/highlight.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package template +package highlight import ( "path" |