}

Articles tagged "golang"

Page 3 of 3

1 min readBeginner

Install Golang 1.10 on Raspberry Pi

Tutorial to install golang 1.10 in raspberry pi in a few steps.

1 min readBeginner

Golang: How to Check If a File Exists Before Using It

Learn GO lang with basic examples, we tech you how to check if a file exists using GO os package. Checking if a file exists could be a little tricky since we focus on the error returned instead of a result.

4 min readBeginner

How to Use Golang with PostgreSQL - Complete Guide

Learn how to connect Golang to PostgreSQL, perform CRUD operations, use prepared statements, and handle transactions with the pq driver.