Без опису

0xc3 3d454861c6 init 22 годин тому
migrations 3d454861c6 init 22 годин тому
src 3d454861c6 init 22 годин тому
.gitignore 3d454861c6 init 22 годин тому
README.md 3d454861c6 init 22 годин тому
go.mod 3d454861c6 init 22 годин тому
go.sum 3d454861c6 init 22 годин тому

README.md

go build -o ./build/cmd/server/main.exe ./src/cmd/server/main.go
./build/cmd/server/main.exe
go run src/cmd/server/main.go

migrations-up

goose -dir ./migrations/ sqlite3 ${DB_URL} up

migrations-reset

goose -dir ./migrations/ sqlite3 ${DB_URL} reset
libreoffice --headless --convert-to xlsx file.xls

Зависимости

go get -u github.com/mattn/go-sqlite3@latest
go get -u github.com/joho/godotenv/autoload@latest
go get -u github.com/labstack/echo/v4@latest
go get -u github.com/labstack/echo/v4/middleware@latest
go get -u github.com/google/uuid@latest
go get -u github.com/xuri/excelize/v2@latest
go install github.com/pressly/goose/v3/cmd/goose@latest