mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-05 01:39:23 +00:00
增加更新重启逻辑
This commit is contained in:
11
internal/logic/os/linux.go
Normal file
11
internal/logic/os/linux.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !windows
|
||||
|
||||
package os
|
||||
|
||||
func (s *sOS) start() {
|
||||
|
||||
}
|
||||
|
||||
func (s *sOS) update(version, server string) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user