mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-04 17:29:22 +00:00
12 lines
111 B
Go
12 lines
111 B
Go
//go:build !windows
|
|
|
|
package os
|
|
|
|
func (s *sOS) start() {
|
|
|
|
}
|
|
|
|
func (s *sOS) update(version, server string) {
|
|
|
|
}
|