From ab3a64993c87fdb433e0bd89a67c3d2e527ff68d Mon Sep 17 00:00:00 2001 From: Runxi Yu <me@runxiyu.org> Date: Mon, 10 Feb 2025 14:42:13 +0800 Subject: handle_repo_tree: Syntax highlighting --- handle_category_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handle_category_index.go') diff --git a/handle_category_index.go b/handle_category_index.go index 953557a..d81899a 100644 --- a/handle_category_index.go +++ b/handle_category_index.go @@ -2,8 +2,8 @@ package main import ( "net/http" - "path/filepath" "os" + "path/filepath" "strings" ) -- cgit v1.2.3