7 lines
69 B
Go
7 lines
69 B
Go
//go:build !linux && !darwin
|
|
|
|
package main
|
|
|
|
func earlyInitHook() {
|
|
}
|