summaryrefslogtreecommitdiff
path: root/cmd/authzd
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-28 10:40:54 -0600
committermo khan <mo@mokhan.ca>2025-03-28 10:40:54 -0600
commit87cd5db48af6d4449cf086245d3bd5da1b7d1e71 (patch)
tree198b5c3712f4624831d026207be9c009a4f2a9b1 /cmd/authzd
parent56331a6109300736ebf8f1250f04f06c88e95177 (diff)
feat: initial commit for authzd
Diffstat (limited to 'cmd/authzd')
-rw-r--r--cmd/authzd/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/authzd/main.go b/cmd/authzd/main.go
new file mode 100644
index 00000000..f7b60bde
--- /dev/null
+++ b/cmd/authzd/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello, world!")
+}