diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-06-30 19:29:03 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-06-30 20:43:08 +0200 |
commit | b57ef8e7be4064ed0f5d4ca4bf8cc8e44cb850a7 (patch) | |
tree | 14a2bd64b73dc86d9f0692f7b5c9caef05ba8694 /examples | |
parent | 49bd3e0e0117768138f47f0c97accece15605025 (diff) | |
download | hh-b57ef8e7be4064ed0f5d4ca4bf8cc8e44cb850a7.tar.gz |
Move repository
Diffstat (limited to 'examples')
-rw-r--r-- | examples/basic.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/basic.go b/examples/basic.go index 9feaacd..bfe538e 100644 --- a/examples/basic.go +++ b/examples/basic.go @@ -7,6 +7,8 @@ import ( "github.com/google/uuid" ) +//go:generate go run git.magnusson.space/hh/cmd/generate + // Big bungus function here! // //hh:route GET /org/{orgID}/users |