2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-12 17:30:40 +00:00

chore: fix build tags

This commit is contained in:
sammyette 2024-07-19 09:39:51 -04:00
parent 7178410746
commit e905e3e94c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build !unix,darwin
//go:build darwin && !unix
package main

View File

@ -1,4 +1,4 @@
//go:build !darwin,unix
//go:build unix && !darwin
package main