8 lines
84 B
Go
8 lines
84 B
Go
|
|
//go:build !windows
|
||
|
|
|
||
|
|
package main
|
||
|
|
|
||
|
|
func setAutoStart(enabled bool) {
|
||
|
|
_ = enabled
|
||
|
|
}
|