mirror of
https://github.com/jeremyd/ergo.git
synced 2026-04-29 00:50:02 -07:00
enable building for solaris (#2183)
This commit is contained in:
committed by
GitHub
parent
30f47a9b22
commit
df6aa4c34b
7
irc/flock/flock_unsupported.go
Normal file
7
irc/flock/flock_unsupported.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build plan9 || solaris
|
||||
|
||||
package flock
|
||||
|
||||
func TryAcquireFlock(path string) (fl Flocker, err error) {
|
||||
return &noopFlocker{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user