mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-10 11:36:06 +08:00
The main change here is initializing micromdm.io as the module. That allows micromdm to decouple from GitHub in the long run. It also means I'll have to set up Go vanity URLs and move or modify the website directory. Other changes: - WIP logging package - Package id with ulid - Tools repo
8 lines
91 B
Go
8 lines
91 B
Go
// +build !windows
|
|
|
|
package log
|
|
|
|
import "syscall"
|
|
|
|
var defaultSwapSignal = syscall.SIGUSR2
|