This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
1Panel
mirror of
https://github.com/1Panel-dev/1Panel
Watch
1
Star
0
Fork
You've already forked 1Panel
0
Code
Issues
Projects
Releases
Wiki
Activity
09341d2254
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 02:35:36 +00:00
package
log
feat: 支持更多 linux 架构 (#1144)
2023-05-25 07:48:00 +00:00
import
(
"os"
)
feat: 适配 linux_arm64 windows 环境
2023-03-09 02:35:36 +00:00
func
dupWrite
(
file
*
os
.
File
)
error
{
return
nil
}