From 462dbbb9e7994eeff37c9b9f07d3f7acfc03d12d Mon Sep 17 00:00:00 2001 From: Kieran <32241933+KieranRobson@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:37:29 +0100 Subject: [PATCH] Link updates and cleanup (#4267) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 591749f9..12573892 100644 --- a/README.md +++ b/README.md @@ -2899,7 +2899,6 @@ _Source code analysis tools, also known as Static Application Security Testing ( - [golang-ifood-sdk](https://github.com/arxdsilva/golang-ifood-sdk) - iFood API SDK. - [golines](https://github.com/segmentio/golines) - Formatter that automatically shortens long lines in Go code. - [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code. -- [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package. - [GoPlantUML](https://github.com/jfeliu007/goplantuml) - Library and CLI that generates text plantump class diagram containing information about structures and interfaces with the relationship among them. - [goreturns](https://sourcegraph.com/github.com/sqs/goreturns) - Adds zero-value return statements to match the func return types. - [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) - gosimple is a linter for Go source code that specialises on simplifying code. @@ -3168,14 +3167,13 @@ _Where to discover new Go libraries._ - [GopherCon](https://www.gophercon.com/) - Denver, USA. - [GopherCon Australia](https://gophercon.com.au/) - Sydney, Australia. - [GopherCon Brazil](https://gopherconbr.org) - Florianópolis, Brazil. -- [GopherCon Europe](https://gophercon.is/) - Berlin, Germany. +- [GopherCon Europe](https://gophercon.eu/) - Berlin, Germany. - [GopherCon India](https://www.gophercon.in/) - Pune, India. - [GopherCon Israel](https://www.gophercon.org.il/) - Tel Aviv, Israel. - [GopherCon Russia](https://www.gophercon-russia.ru) - Moscow, Russia. - [GopherCon Singapore](https://gophercon.sg) - Mapletree Business City, Singapore. - [GopherCon UK](https://www.gophercon.co.uk/) - London, UK. - [GopherCon Vietnam](https://gophercon.vn/) - Ho Chi Minh City, Vietnam. -- [GoWayFest](https://goway.io/) - Minsk, Belarus. - [GoWest Conference](https://www.gowestconf.com/) - Lehi, USA. **[⬆ back to top](#contents)** @@ -3205,7 +3203,7 @@ _Where to discover new Go libraries._ - [GoBooks](https://github.com/dariubs/GoBooks) - A curated list of Go books. - [How To Code in Go eBook](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook) - A 600 page introduction to Go aimed at first time developers. - [Learning Go](https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf) -- [Network Programming With Go](https://jan.newmarch.name/go/) +- [Network Programming With Go](https://jan.newmarch.name/golang/) - [Practical Go Lessons](https://www.practical-go-lessons.com/) - [Spaceship Go A Journey to the Standard Library](https://blasrodri.github.io/spaceship-go-gh-pages/) - [The Go Programming Language](https://www.gopl.io/) @@ -3363,7 +3361,6 @@ _Where to discover new Go libraries._ - [json2go](https://m-zajac.github.io/json2go) - Advanced JSON to Go struct conversion - online tool. - [justforfunc](https://www.youtube.com/c/justforfunc) - Youtube channel dedicated to Go programming language tips and tricks, hosted by Francesc Campoy [@francesc](https://twitter.com/francesc). - [Learn Go Programming](https://blog.learngoprogramming.com) - Learn Go concepts with illustrations. -- [Lille Gophers](https://lille-gophers.loscrackitos.codes/) - Golang talks community in Lille, France ([@LilleGophers](https://twitter.com/LilleGophers)). - [Made with Golang](https://madewithgolang.com/?ref=awesome-go) - [r/Golang](https://www.reddit.com/r/golang) - News about Go. - [studygolang](https://studygolang.com) - The community of studygolang in China. @@ -3390,7 +3387,6 @@ _Where to discover new Go libraries._ - [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) - Go's reference card. - [Go database/sql tutorial](http://go-database-sql.org/) - Introduction to database/sql. - [Go Language Tutorial](https://www.javatpoint.com/go-tutorial) - Learn Go language Tutorial. -- [Go Playground for iOS](https://codeplayground.app) - Interactively edit & play Go snippets on your mobile device. - [Go Tutorial](https://www.tutorialspoint.com/go/index.htm) - Learn Go programming. - [Go WebAssembly Tutorial - Building a Simple Calculator](https://tutorialedge.net/golang/go-webassembly-tutorial/) - [go-clean-template](https://github.com/evrone/go-clean-template) - Clean Architecture template for Golang services.