返回 DeepSeek-Reasonix
host_endpoint_other.go
根目录 / desktop / host_endpoint_other.go
1 //go:build !windows
2
3 package main
4
5 func startUpdateEndpoint() (func(), error) { return func() {}, nil }
6
6 lines GO