logto-io / go

☁️ Logto Golang SDKs.
MIT License
19 stars 13 forks source link

fix: zero missing in host #108

Closed flohoss closed 7 months ago

flohoss commented 7 months ago

[GIN-debug] [ERROR] listen tcp: lookup 0.0.0: no such host

Summary

There is a missing 0 in the run command of gin

Issue

Closes #107

xiaoyijun commented 7 months ago

Hi @flohoss , thanks for your contribution. Since we have just fix a CI error, could you please reabse your branch base on the master branch? ( I have tried to rebase, but I don't have access to your branch.) You need to pay attention to the commit message type, the "feature" should be "feat" in our commitlint conventions, and also, your all commits should be signed.

flohoss commented 7 months ago

Opened a new pull request with the required changes. See #111