1
0
mirror of https://gitlab.com/psuapp/psu.git synced 2024-08-30 18:12:34 +00:00
psu/main.go

8 lines
101 B
Go
Raw Normal View History

2019-07-21 02:00:04 +00:00
package main
import "github.com/greenled/portainer-stack-utils/cmd"
func main() {
cmd.Execute()
}