energy/cmd/internal/install/install_upx.go

18 lines
384 B
Go
Raw Normal View History

2023-09-05 19:45:30 +08:00
//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under Apache License Version 2.0, January 2004
//
// https://www.apache.org/licenses/LICENSE-2.0
//
//----------------------------------------
package install
import "github.com/energye/energy/v2/cmd/internal/command"
func installUPX(c *command.Config) string {
return ""
}