Add gosamples.dev (#3704)

This commit is contained in:
GOSAMPLES 2021-09-03 08:51:56 +02:00 committed by GitHub
parent 20f7e534dc
commit e57840001c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2826,6 +2826,7 @@ _**Unofficial** set of patterns for structuring projects._
* [Golangbot](https://golangbot.com/learn-golang-series/) - Tutorials to get started with programming in Go.
* [GolangCode](https://golangcode.com/) - Collection of code snippets and tutorials to help tackle every day issues.
* [GopherSnippets](https://gophersnippets.com/) - Code snippets with tests and testable examples for the Go programming language.
* [Gosamples](https://gosamples.dev/) - Collection of code snippets that let you solve everyday code problems.
* [Hackr.io](https://hackr.io/tutorials/learn-golang) - Learn Go from the best online golang tutorials submitted & voted by the golang programming community.
* [How to Benchmark: dbq vs sqlx vs GORM](https://medium.com/@rocketlaunchr.cloud/how-to-benchmark-dbq-vs-sqlx-vs-gorm-e814caacecb5) - Learn how to benchmark in Go. As a case-study, we will benchmark dbq, sqlx and GORM.
* [How To Deploy a Go Web Application with Docker](https://semaphoreci.com/community/tutorials/how-to-deploy-a-go-web-application-with-docker) - Learn how to use Docker for Go development and how to build production Docker images.