Files
nekoray/go/toolbox_other.go
2022-08-08 11:11:25 +08:00

7 lines
64 B
Go

//go:build !windows && !linux
package main
func ToolBox() {
}