main.go (
7
lines of code) (
raw
):
package main import ( "github.com/aliyun/alibabacloud-kms-agent/cmd" ) func main() { cmd.Execute() }