Go

Learn how to develop innovative solutions with the language created by Google.

Go: DNS queries with the Google DNS API

Google DNS APIs allow developers to perform DNS queries and get JSON responses. In this article, we'll walk through how to make a request to these APIs using the Go programming language.

Key guidelines for writing code in Go

Like any other language, by following specific guidelines you can make your code readable, maintainable, and consistent. Here are some of the key guidelines for writing code in Go.

Back to top