Skip to content

Commit e8f2bf2

Browse files
committed
remove unused struct field
1 parent e57f409 commit e8f2bf2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

find_replace.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ type findReplace struct {
2323
type File struct {
2424
Path string
2525
info os.FileInfo
26-
file os.File
2726
}
2827

2928
func NewFile(path string) *File {

0 commit comments

Comments
 (0)