You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add Sys() interface{} to FileInfo.
This will make it a little easier on the people who want to get
at the underlying syscall.Stat_t, but it also makes it possible at all
to get at the underlying info for wrappers like zip that must use
another type because the basic type has a Name string field
that would conflict with a Name() string method.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: