This website requires JavaScript.
Explore
Help
Sign in
1Panel-dev
/
1Panel
Watch
1
Star
1
Fork
You've already forked 1Panel
0
mirror of
https://github.com/1Panel-dev/1Panel.git
synced
2024-11-14 19:48:12 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9ae935d06a
1Panel
/
backend
/
log
/
dup_write_windows.go
10 lines
82 B
Go
Raw
Normal View
History
Unescape
Escape
feat: 适配 linux_arm64 windows 环境
2023-03-09 10:35:36 +08:00
package
log
feat: 支持更多 linux 架构 (#1144)
2023-05-25 15:48:00 +08:00
import
(
"os"
)
feat: 适配 linux_arm64 windows 环境
2023-03-09 10:35:36 +08:00
func
dupWrite
(
file
*
os
.
File
)
error
{
return
nil
}
Reference in a new issue
Copy permalink