mirror of
https://gitee.com/energye/energy.git
synced 2024-12-05 05:08:17 +08:00
18 lines
384 B
Go
18 lines
384 B
Go
|
//----------------------------------------
|
||
|
//
|
||
|
// 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 ""
|
||
|
}
|