Files
go-worm/lib/instance/kill_stub.go
T

6 lines
83 B
Go
Raw Normal View History

2026-09-02 00:00:24 +03:00
//go:build !windows
package instance
func KillOtherAgents() error { return nil }