This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
1Panel
Watch
1
Star
0
Fork
0
You've already forked 1Panel
mirror of
https://github.com/1Panel-dev/1Panel.git
synced
2024-11-27 20:49:03 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
dev
1Panel
/
backend
/
log
/
dup_write_windows.go
10 lines
82 B
Go
Raw
Permalink
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 New Issue
Copy Permalink