automatic ssl live reload

This commit is contained in:
Aine
2023-02-12 20:43:33 +00:00
parent 7d0d8cd2e6
commit 0f7af734e5
51 changed files with 26652 additions and 32 deletions

9
vendor/github.com/fsnotify/fsnotify/system_darwin.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
//go:build darwin
// +build darwin
package fsnotify
import "golang.org/x/sys/unix"
// note: this constant is not defined on BSD
const openMode = unix.O_EVTONLY | unix.O_CLOEXEC