diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-02 14:29:41 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-02 14:29:41 -0600 |
| commit | c583bcd1473205104a1e1af812ed4976d30c7baa (patch) | |
| tree | 933edf78a4ac8aea55256e42641e56bbb4c58834 /cmd/gtwy | |
| parent | 91defaefca47e9cebbe92c6abf33c4423df9bc7d (diff) | |
refactor: remove anything unrelated to the authz daemon
Diffstat (limited to 'cmd/gtwy')
| -rw-r--r-- | cmd/gtwy/main.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cmd/gtwy/main.go b/cmd/gtwy/main.go deleted file mode 100644 index f2a7d2e2..00000000 --- a/cmd/gtwy/main.go +++ /dev/null @@ -1,12 +0,0 @@ -package main - -import ( - "log" - - "github.com/xlgmokha/x/pkg/env" - "gitlab.com/mokhax/spike/pkg/app" -) - -func main() { - log.Fatal(app.Start(env.Fetch("BIND_ADDR", ":8080"))) -} |
