gluster / gogfapi

A Go language wrapper around gfapi.
BSD 2-Clause "Simplified" License
49 stars 37 forks source link

fixing osx support "st.Mtim undefined (type *syscall.Stat_t has no field or method Mtim)" #2

Closed mcuadros closed 9 years ago

mcuadros commented 9 years ago

Running the current version under OSX the follwing error is returned st.Mtim undefined (type *syscall.Stat_t has no field or method Mtim)

The syscall.Stat_t has a different implementation on darwin