diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:25:07 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:25:07 -0700 |
| commit | b28e2143779eeb36140bd245f2524cc403d9f088 (patch) | |
| tree | ecf42d3ecdd2053e06d9e2bf20ed62b2d465c6a1 /internal/wfs/osfs/osfs.go | |
| parent | Handle wide characters in the renderer (diff) | |
| download | ccp-b28e2143779eeb36140bd245f2524cc403d9f088.tar.zst | |
Update import path
Diffstat (limited to 'internal/wfs/osfs/osfs.go')
| -rw-r--r-- | internal/wfs/osfs/osfs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wfs/osfs/osfs.go b/internal/wfs/osfs/osfs.go index a1b49b8..e06c9c6 100644 --- a/internal/wfs/osfs/osfs.go +++ b/internal/wfs/osfs/osfs.go @@ -6,7 +6,7 @@ import ( "io/fs" "os" - "github.com/rhogenson/ccp/internal/wfs" + "roseh.moe/cmd/ccp/internal/wfs" ) var ( |
