Golang News
http://golangnews.com
Jobs, Code, Videos and News for Go hackers - everything about the go programming languageThu, 03 Mar 2022 23:02:00 +0000Deploy a Go API to AWS Lambda and API GatewayIn this article, I am going to describe the process of deploying an API coded with Go to AWS Lambda and Amazon API Gateway, a process that takes only a few minutes if you know how to do it. 4 points posted by Antonio
https://asanchez.dev/blog/deploy-api-go-aws-lambda-gateway
4653Mon, 08 Nov 2021 09:07:00 +0000From PHP to Go: the isset functionA common question from many PHP developers who switch to Go is if there is any similar function to the PHP isset() function in Go. 7 points posted by Antonio
https://asanchez.dev/blog/from-php-to-go-isset
3893Thu, 04 Apr 2019 09:18:00 +0000From php to go: arrays #PHPThis is a quick and dirty article about arrays, slices, and maps in Go for all those who come from PHP and are getting started with this fantastic language. 6 points posted by Antonio
https://asanchez.dev/blog/from-php-to-go-arrays
3850Tue, 19 Mar 2019 13:20:00 +0000CLI App: Download a copy of an entire website<p>I have created a simple yet powerful command-line application using Go to easily download an entire copy of any online website.</p> 3 points posted by Antonio
https://asanchez.dev/blog/download-copy-website
4664Sat, 11 Dec 2021 19:35:00 +0000The power of defer in Go: on entryHere is a small tip I wish I would have learned earlier when I started coding with Golang: using defer in both the start and exit of any function. 3 points posted by Antonio
https://asanchez.dev/blog/defer-golang-on-entry
3936Mon, 22 Apr 2019 10:16:00 +0000