certwarden-deploy/main.go

12 lines
276 B
Go
Raw Permalink Normal View History

2024-06-28 15:28:54 +02:00
/*
Copyright © 2024 Laura Kalb <dev@lauka.net>
The code of this project is available under the MIT license. See the LICENSE file for more info.
*/
package main
import cmd "code.lila.network/adoralaura/certwarden-deploy/cmd/certwarden-deploy"
func main() {
cmd.Execute()
}