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
CL 128110043 deletes nacl from x/sys/unix, but a later change CL 38758 copies stdlib syscall code over for non-nacl platforms. However, x/unix/dirent.go#L5 still includes +build nacl, which should be removed.