gotro
gotro copied to clipboard
GotRo is a collection of libraries and a Golang web framework
### PR Checklist - purpose: Add rate limiter, Swagger UI, Swagger config generator - solution: Using package [https://github.com/ulule/limiter](https://github.com/ulule/limiter) to add rate limiter for fasthttp - solution: Add HTML file in...
currently it stuck wont able to do query anymore ``` DefaultIsError ▶️ tarantool.ClientError{Code:0x4001, Msg:"using closed connection"} ``` should call reconnect function if this error occured, the redo last action
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.16.17 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.16.17 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...
### PR Checklist - purpose: Fix Twitter OAuth example. - solution: Implemented a new method for using the Twitter API with correct OAuth flow. ## Summary by CodeRabbit * **New...
There is an error when running the CreateBaseTable function in the postgreSQL package (D/Pg), where the table is created successfully but the index fails, because the DDL process did not...