-
Travis YAML config:
```yaml
language: ruby
rvm:
- 2.5.3
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-redirect
notifications:
email:…
-
https://www.udemy.com/course/learn-how-to-code/
-
When running `lychee README.md` against this repository https://github.com/dariubs/GoBooks, I am seeing the following error on macOS 13.5.1, however these links are considered fine by GitHub Actions w…
-
This site (https://webia.io/topic/golang-learning-resources) randomly redirects me to McAfee scam site or offers me to turn on push notifications
https://github.com/dariubs/GoBooks/assets/62650188/3f…
-
A linha 75 é
payment_request.api_call(credit_card_payment, token: transparent_request.token)
o transparent_request.token está retornando a token normalmente e o credit_card_payment quando eu do…
-
Hello, many thanks for the new version of the Thorium reader.
I would like to report a bug in the Thorium reader 1.6.0 (AppImage) that is related to interactive diagrams. I used paginated display. …
-
@huseyinbabal consider adding your new book to this list, and also to the [Go Wiki](https://github.com/golang/go/wiki/Books).
-
(I have those links if you need them)
And another idea is to have this linked fro within Awesome Go
-
Hi @dariubs
What's the best way to get Everyday Go added here?
https://blog.alexellis.io/i-wrote-a-book-about-golang/
Thanks,
Alex
-
W metodach zwracających wartości logiczne z repozytorium użytkowników, można zamienić użycie `Boolean` na typ prymitywny `boolean`. W przypadku tych metod nie ma ryzyka zwrócenia `null`a, zatem `Boole…