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
The previous filters would also compile the sleep_darwin.go file for
iOS, failing compilation, as the `darwin` build tag also matches on iOS:
https://pkg.go.dev/cmd/go
```
Using GOOS=ios matches build tags and files as for GOOS=darwin in
addition to ios tags and files.
```
We need to exclude iOS explicitly here.
0 commit comments