enable building for solaris (#2183)
Some checks failed
build / build (push) Has been cancelled
ghcr / Build (push) Has been cancelled

This commit is contained in:
Shivaram Lingamneni 2024-08-02 21:09:28 +02:00 committed by GitHub
parent 30f47a9b22
commit df6aa4c34b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
//go:build !plan9 //go:build !(plan9 || solaris)
package flock package flock

View file

@ -1,4 +1,4 @@
//go:build plan9 //go:build plan9 || solaris
package flock package flock