diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-28 10:40:54 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-28 10:40:54 -0600 |
| commit | 87cd5db48af6d4449cf086245d3bd5da1b7d1e71 (patch) | |
| tree | 198b5c3712f4624831d026207be9c009a4f2a9b1 /cmd | |
| parent | 56331a6109300736ebf8f1250f04f06c88e95177 (diff) | |
feat: initial commit for authzd
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/authzd/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/authzd/main.go b/cmd/authzd/main.go new file mode 100644 index 0000000..f7b60bd --- /dev/null +++ b/cmd/authzd/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, world!") +} |
