diff options
Diffstat (limited to 'cell_format.go')
| -rw-r--r-- | cell_format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cell_format.go b/cell_format.go index 5184806..a37ec88 100644 --- a/cell_format.go +++ b/cell_format.go @@ -6,7 +6,7 @@ package asciidoctor import ( "strconv" - "github.com/shuLhan/share/lib/ascii" + "git.sr.ht/~shulhan/pakakeh.go/lib/ascii" ) type cellFormat struct { |
