fix: end of line char

This commit is contained in:
Josepablo Cruz
2026-03-31 21:01:07 -06:00
parent a95c4d023e
commit 0ca5423776
11 changed files with 567 additions and 562 deletions

View File

@@ -1,24 +1,29 @@
# ETA API v2
This is the second generation of the ETA API developed on GoLang using OpenAPI to auto document and generate api endpoints.
# OpenApi Generator
With the following command the generator tool can be installed
```.{sh}
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@latest
```
# Deployment
The details on how to deploy are described here
## DOTENV
```{.sh}
SQL_DSN="{USER}:{PASS}@tcp({HOST}:{PORT})/{DB}?charset=utf8mb4&parseTime=true&loc=Local"
```
# ETA API v2
This is the second generation of the ETA API developed on GoLang using OpenAPI to auto document and generate api endpoints.
# OpenApi Generator
With the following command the generator tool can be installed
```.{sh}
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@latest
```
# Deployment
The details on how to deploy are described here
## DOTENV
```{.sh}
SQL_DSN="{USER}:{PASS}@tcp({HOST}:{PORT})/{DB}?charset=utf8mb4&parseTime=true&loc=Local"
```
# GPU information
https://en.wikipedia.org/wiki/Graphics_processing_unit ->
https://en.wikipedia.org/wiki/Shader -> https://en.wikipedia.org/wiki/RenderMan_Interface_Specification