Skip to content

Commit d5e2f5b

Browse files
committed
Move textfile util
1 parent 6991c82 commit d5e2f5b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gptignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ LICENSE
33
go.mod
44
go.sum
55
docs/**
6+
Justfile
7+
README.md

document/single_file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/pandodao/tokenizer-go"
1515

1616
"github.com/chand1012/ottodocs/constants"
17-
"github.com/chand1012/ottodocs/textfile"
17+
"github.com/chand1012/ottodocs/utils/textfile"
1818
)
1919

2020
func extractLineNumber(line string) (int, error) {
File renamed without changes.

0 commit comments

Comments
 (0)