11 lines
221 B
Go
11 lines
221 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package f5
|
|
|
|
const (
|
|
SYS_LOG_ROOT = "d:/linux_root/data/logs/%s/logs/"
|
|
TGLOG_ROOT = "d:/linux_root/data/logs/%s/upload/"
|
|
POLY_TGLOG_ROOT = "d:/linux_root/data/logs/%s/%d/upload/"
|
|
)
|