14 lines
162 B
Markdown
14 lines
162 B
Markdown
|
# `mentos1386/golang-rest-example`
|
||
|
|
||
|
### Development
|
||
|
|
||
|
Tools required:
|
||
|
* Justfile
|
||
|
* Docker and Docker Compose
|
||
|
|
||
|
```sh
|
||
|
just run
|
||
|
|
||
|
curl -v localhost:1234/healthz
|
||
|
```
|