Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

go get failed with the error cannot use hFile (type *hookFile) as type nodefs.File #3

Closed
siddontang opened this issue May 31, 2018 · 0 comments · Fixed by #4
Closed

Comments

@siddontang
Copy link
Contributor

go get github.com/osrg/hookfs/hookfs
# github.com/osrg/hookfs/hookfs
../../osrg/hookfs/hookfs/fs.go:261:4: cannot use hFile (type *hookFile) as type nodefs.File in return argument:
	*hookFile does not implement nodefs.File (missing Flock method)
../../osrg/hookfs/hookfs/fs.go:265:2: cannot use hFile (type *hookFile) as type nodefs.File in return argument:
	*hookFile does not implement nodefs.File (missing Flock method)
../../osrg/hookfs/hookfs/fs.go:275:2: cannot use hFile (type *hookFile) as type nodefs.File in return argument:
	*hookFile does not implement nodefs.File (missing Flock method)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant