study_xxqg/utils/stop/stop_other.go

9 lines
81 B
Go
Raw Normal View History

//go:build !windows
// +build !windows
package stop
func Stop() {
select {}
}