go free course

Adelina Simion https://www.linkedin.com/learning/level-up-go/using-github-codespaces-with-this-course?resume=false https://github.com/addetz

go test

Article https://dev.to/salesforceeng/intro-to-automated-testing-in-go-4mjl  top article github repo https://github.com/andyhaskell/orlango-testing-talk https://github.com/stnc-go/Test-Driven-Development-in-Go https://dev.to/salesforceeng/intro-to-automated-testing-in-go-4mjl https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/tree/2.0.x https://github.com/mreinstein/alexa-verifier/blob/main/validate-cert.js https://github.com/stnc-go/go-alexa https://github.com/ericdaugherty/alexa-skills-kit-golang/blob/master/alexa.go#L163 https://github.com/stnc-go/alexa-go

golang code

https://www.geeksforgeeks.org/minimum-number-of-bottles-required-to-fill-k-glasses/Given N glasses having water, and a list A of each of their capacity. The task is to find the minimum number of bottles required to fill out exactly K…

Sevdiğim go projeleri

https://docs.gitea.io/en-us/https://github.com/oxequa/realize#config-sampleDOCKER bunu upload ın silmesinde kullanablirm yada api işlerinde https://github.com/avelino/awesome-go#job-scheduler

Golang tutorials web site

https://go101.org/article/101.htmlhttps://softwaredevvideos.tumblr.com/go clean code https://github.com/Pungyeon/clean-go-article Tour of GoHow to Write Go CodeEffective Go—-Notes on the book Clean Code - A Handbook of Agile Software Craftsmanship by Robert C. Martinhttps://github.com/jbarroso/clean-code#error-handling—–

golang Numeric Conversions

Atoi (string to int) i, err := strconv.Atoi(“-42”)——————————- Itoa (int to string). s := strconv.Itoa(-42)  ———————int64 to stringstr:= strconv.FormatInt(int64(165), 10)——————————- uint64 to string lastID := strconv.FormatUint(uint64(5656556666), 10) ——————————–string to  uint64 catID, _ := strconv.ParseUint(“string”, 10, 64)interface…

go books

https://thewhitetulip.gitbooks.io/webapp-with-golang-anti-textbook/content/manuscript/02.5ObjectOriented.html