mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
5 lines
72 B
Go
5 lines
72 B
Go
//go:build windows
|
|
|
|
package proctitle
|
|
|
|
func SetProcTitle(cmd string) {}
|