Go: check the SSL certificate of a website
In this article, we will explore how to check the validity of an SSL certificate using the Go programming language.
Learn how to develop innovative solutions with the language created by Google.
In this article, we will explore how to check the validity of an SSL certificate using the Go programming language.
In this article we will see how to parse a Google sitemap with Go.
In this article, we will explore how to create a simple REST API in Go to manage a To-Do List We will use the Go programming language to create a web server that will allow users to add, edit, delete and get tasks from their list.