1Panel/backend/log/dup_write_windows.go
2023-03-09 19:11:06 +08:00

6 lines
64 B
Go

package log
func dupWrite(file *os.File) error {
return nil
}