Commit ae4dd3c Tony Worm
committed
1 parent 7e2240d commit ae4dd3c Copy full SHA for ae4dd3c
File tree 2 files changed +2
-2
lines changed
code/getting-started/code-generation
content/first-example/simple-server
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
" github.com/hofstadter-io/hof/schema/gen "
5
5
}
6
6
7
- foo: gen.Generator: {
7
+ foo: gen.Generator & {
8
8
@gen(foo)
9
9
10
10
// input data
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ create a generator for a simple Go REST server.
13
13
{{</lead >}}
14
14
15
15
The full code for this section can be found on GitHub
16
- [ code/first-example/simple-server] ( https://github.com/hofstadter-io/hof-docs /tree/main /code/first-example/simple-server )
16
+ [ docs/ code/first-example/simple-server] ( https://github.com/hofstadter-io/hof/tree/_dev/docs /code/first-example/simple-server )
17
17
18
18
19
19
{{<childpages childBriefs =" true " >}}
You can’t perform that action at this time.
0 commit comments