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
When building the latest version (v1.8.1) on Windows, the following error occurred:
# github.com/karrick/godirwalk
..\Go\pkg\mod\github.com\karrick\godirwalk@v1.8.1\follow_windows.go:10:6: evalSymlinksHelper redeclared in this block
previous declaration at ..\Go\pkg\mod\github.com\karrick\godirwalk@v1.8.1\follow_unix.go:4:51
IMHO _unix in filename is not supported, as per golang/go#20322. Should build tags be added for Unix platforms?
The text was updated successfully, but these errors were encountered:
When building the latest version (v1.8.1) on Windows, the following error occurred:
IMHO
_unix
in filename is not supported, as per golang/go#20322. Should build tags be added for Unix platforms?The text was updated successfully, but these errors were encountered: