mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 12:32:21 +00:00
Signed-off-by: sfw <909075325@qq.com>
This commit is contained in:
parent
79a4e35505
commit
968ed63a1a
@ -401,7 +401,7 @@ type gatefs struct {
|
||||
func (fs gatefs) Lstat(p string) (os.FileInfo, error) {
|
||||
fs.enter()
|
||||
defer fs.leave()
|
||||
return fs.fs.Lstat(p)
|
||||
return fs.Lstat(p)
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user