We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5eea13 + 69461f1 commit a2115feCopy full SHA for a2115fe
util/sleep/sleep.go
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-//go:build !darwin || nosleep
+//go:build !darwin || ios || nosleep
16
17
package sleep
18
util/sleep/sleep_darwin.go util/sleep/sleep_macos.go
-//go:build darwin && !nosleep
+//go:build darwin && !ios && !nosleep
0 commit comments