diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-05 17:00:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-05 18:00:34 +0700 |
| commit | 346500242a3541bf9f7d8ce008dcf2ef6950e9a0 (patch) | |
| tree | b15782f6c052ec6ca6f8e14b1ddb8a64101d4aac /table_parser.go | |
| parent | bc54ecb3e21852f2120548e48603ac9212ecfda3 (diff) | |
| download | asciidoctor-go-346500242a3541bf9f7d8ce008dcf2ef6950e9a0.tar.xz | |
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'table_parser.go')
| -rw-r--r-- | table_parser.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table_parser.go b/table_parser.go index c97ed04..4f9c7f8 100644 --- a/table_parser.go +++ b/table_parser.go @@ -7,7 +7,7 @@ import ( "bytes" "strings" - libstrings "github.com/shuLhan/share/lib/strings" + libstrings "git.sr.ht/~shulhan/pakakeh.go/lib/strings" ) type tableParser struct { |
