Roberto Paes

Results 4 comments of Roberto Paes

For me, the best aprroach is to use in Docker 23.0.1 and Ubuntu server 20.04 (LTS) x64 ``` RUN apt-get update; apt-get install -y fontconfig fonts-liberation RUN fc-cache -f -v...

Thanks for this. Saved me a lot of time. A small contribute to take more advantage of distribuition of wrapper between modules: ``` type Localizer struct { bundle *i18n.Bundle }...

Thanks for your response. I did a database design to adapt with your library without change directly or uses json to store my custom data. The orange database its the...

I clone your project and do small changes with some cruds implementations for delete and update oauth clients https://github.com/brutalzinn/go-oauth2-pg