hanwen / go-fuse

FUSE bindings for Go
Other
1.97k stars 313 forks source link

Parse socket control message using the standard library #498

Closed Glonee closed 7 months ago

Glonee commented 7 months ago

Currently we parse the socket control message manually using the unsafe package. We can use the standard library to do the hard work and leave our code clean.