Go

Definindo structs no Go — step-by-step Programming tutorial on Progressive Robot

Definindo structs no Go

Compilar abstrações em volta de detalhes concretos é a maior ferramenta que uma linguagem de programação pode dar a um desenvolvedor. O struct permite que os desenvolvedores do Go descrevam o mundo no qual um programa em Go opera. Em vez de pensar em strings descrevendo uma…

Read more
Конвертация типов данных в Go — step-by-step Programming tutorial on Progressive Robot

Конвертация типов данных в Go

В Go типы данных используются для классификации одного конкретного типа данных, определяя значения, которые вы можете присвоить для этого типа, а также операции, которые вы можете с ними совершать. При программировании бывают случаи, когда вам требуется конвертировать значения…

Read more
How to Distribute Go Modules — step-by-step Programming tutorial on Progressive Robot

How to Distribute Go Modules

With Go, developers can use ready-made libraries from other developers and publish their own for others to use. In this tutorial, you’ll create and publish a new module, learn about semantic versioning, and publish a semantic version of your module.

Read more
How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use GoAccess Web Log Analyzer with Apache on Debian 7

GoAccess allows you to monitor web server logs in real time, using a simple command-line dashboard, in order to quickly view and analyze traffic metrics. It runs entirely in a terminal with statistics organized into separate panels on one scrollable dashboard. It is also possible to use GoAccess to generate HTML, JSON, and CSV web traffic reports.

Read more
How To Install Go on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Go on Debian 9

This tutorial will guide you through downloading and installing Go, as well as compiling and executing a traditional “Hello, World!” program, on a Debian 9 server.

Read more
CHAT