15 lines
286 B
Markdown
15 lines
286 B
Markdown
# Install
|
|
```bash
|
|
// hot-reload
|
|
go install github.com/air-verse/air@latest
|
|
air
|
|
|
|
// REPL
|
|
gore
|
|
```
|
|
|
|
# TODO
|
|
- [ ] actually rewrite this properly
|
|
- [ ] serve `index.html` from `/`
|
|
- [ ] pack the assetins into the [binary](https://github.com/gin-gonic/examples/tree/master/assets-in-binary)
|