f5/constant_windows.go

9 lines
111 B
Go

//go:build windows
// +build windows
package f5
const (
SYS_LOG_ROOT = "d:/linux_root/data/logs/%s/logs/"
)