We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57f409 commit e8f2bf2Copy full SHA for e8f2bf2
1 file changed
find_replace.go
@@ -23,7 +23,6 @@ type findReplace struct {
23
type File struct {
24
Path string
25
info os.FileInfo
26
- file os.File
27
}
28
29
func NewFile(path string) *File {
0 commit comments