Files
mc-gateway/cmd/gateway/pid_windows.go

9 lines
82 B
Go

package main
func writePIDFile() error {
return nil
}
func removePIDFile() {
}