mirror of
https://github.com/go-acme/lego.git
synced 2025-07-04 14:38:53 +02:00
8 lines
82 B
Go
8 lines
82 B
Go
package main
|
|
|
|
import "github.com/xenolf/lego/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|