From 98aa0f09acc956d72bfca6d4cdf22cbd40b87d1e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 7 Dec 2025 15:05:55 -0800 Subject: Use /pkg path --- tools/finditer/finditer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/finditer/finditer.go') diff --git a/tools/finditer/finditer.go b/tools/finditer/finditer.go index e788d89..99c17ee 100644 --- a/tools/finditer/finditer.go +++ b/tools/finditer/finditer.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "roseh.moe/cmd/roseh.moe/internal/pwhash" + "roseh.moe/pkg/roseh.moe/internal/pwhash" ) func mustHex(s string) []byte { -- cgit v1.3.1