summaryrefslogtreecommitdiff
path: root/cmd/gtwy/main.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-04 13:22:16 -0700
committermo khan <mo@mokhan.ca>2025-03-04 13:22:16 -0700
commit8abcc2c29e75ed7417422929446266ed5abd9c3b (patch)
tree35c196e6580c9d7476109a1e425d3689737db278 /cmd/gtwy/main.go
parent5ab9f7f860e2153c0a7c1357114889196e9f4d76 (diff)
Create entrypoint for api gateway
Diffstat (limited to 'cmd/gtwy/main.go')
-rw-r--r--cmd/gtwy/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/gtwy/main.go b/cmd/gtwy/main.go
new file mode 100644
index 0000000..eb6a1b5
--- /dev/null
+++ b/cmd/gtwy/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("hello, world!")
+}