-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (15 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Note for implement later
[Debugging a Go application inside a Docker container](https://blog.jetbrains.com/go/2020/05/06/debugging-a-go-application-inside-a-docker-container/)
[Connect golang to db in Docker](https://gist.github.com/Phathdt/7edafcbd8cbf24e473bd35cafa2e995e)
>> https://gist.github.com/lexuanquynh/159d4b7c84914348ab9fc24db989b00a
>> https://www.facebook.com/groups/golang.org.vn/posts/2994714127417774/
## Working at
https://www.youtube.com/watch?v=dHuY8Q2vAI8&list=PLw-L1SGSvTEco7QvKTEd39wrMoTCPNUuN&index=17
## Go for JS developer
[Golang for Node.js Developers](https://github.com/miguelmota/golang-for-nodejs-developers#printing)
[Golang for Node.js Developers from dev.to](https://dev.to/bjhaid_93/switching-from-javascript-to-golang-15km)
[1000+ Hand-Crafted Go Examples, Exercises, and Quizzes](https://github.com/inancgumus/learngo)
[Generics in Golang](https://200lab.io/blog/generics-trong-golang/)
## Go tour
[Go tour step by step](https://go.dev/tour/list)
[Better go tour](https://goplay.tools/)