1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 00:39:17 +08:00

10 lines
121 B
Go
Raw Normal View History

//go:build !xpack
package xpack
2024-04-11 14:16:10 +08:00
func RemoveTamper(website string) {}
func LoadGpuInfo() []interface{} {
return nil
}