~repos /gromer
git clone https://pyrossh.dev/repos/gromer.git
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
a8a811b5
—
Peter John 3 years ago
Update readme.md
readme.md
CHANGED
|
@@ -153,8 +153,6 @@ func POST(ctx context.Context, b PostParams) (*services.Todo, int, error) {
|
|
|
153
153
|
|
|
154
154
|
And then run the gromer cli command annd it will generate the route handlers in a main.go file,
|
|
155
155
|
```go
|
|
156
|
-
And it will generate your route handlers in the main.go file,
|
|
157
|
-
```go
|
|
158
156
|
// Code generated by gromer. DO NOT EDIT.
|
|
159
157
|
package main
|
|
160
158
|
|
|
@@ -220,7 +218,6 @@ func main() {
|
|
|
220
218
|
}
|
|
221
219
|
}
|
|
222
220
|
```
|
|
223
|
-
```
|
|
224
221
|
|
|
225
222
|
# Templating
|
|
226
223
|
|