public_Ip/isNotWin.go
2023-12-22 14:34:59 +08:00

9 lines
67 B
Go

//go:build !windows
// isWin.go
package main
func regedit() {
}