2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

fix: dont exclude unix in darwin file

This commit is contained in:
sammyette 2024-07-19 09:41:11 -04:00
parent e905e3e94c
commit 6d2d1fb61a
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

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