Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 03 Mar 2022 23:02:00 +0000 Deploy a Go API to AWS Lambda and API Gateway In 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 4653 Mon, 08 Nov 2021 09:07:00 +0000 CLI 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 4664 Sat, 11 Dec 2021 19:35:00 +0000 From PHP to Go: the isset function A 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 3893 Thu, 04 Apr 2019 09:18:00 +0000 From php to go: arrays #PHP This 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 3850 Tue, 19 Mar 2019 13:20:00 +0000 The power of defer in Go: on entry Here 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 3936 Mon, 22 Apr 2019 10:16:00 +0000