Files
certman/cmd/executor/main.go
Steven Tracey e0f68788c0
Some checks failed
Build (artifact) / build (push) Failing after 1m3s
Major Refactoring, Client can now be used as a library
2026-03-16 21:48:32 +01:00

8 lines
75 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello Executor")
}