Posts tagged with golang
-
How to accept user input with spaces in Golang
Learn how to accept user input with spaces in Golang. In this brief tutorial, we will use the bufio package to read user input from the command line.
-
Server-Sent Events (SSE) in Golang
Learn how to implement Server-Sent Events (SSE) in Golang with our comprehensive guide. Stream real-time updates to clients without any complexity!
-
Data Compression with Zlib in Golang
Learn how to use Zlib for efficient data compression in Golang. This tutorial covers the basics of Zlib and its implementation in Golang.
-
A Simple Guide to Working with CSV Files in Golang
In this article, we explore how to read and write CSV files in Go. We'll look at how to read and write CSV files in Golang, and how to use the built-in CSV package.
-
A Guide to working with Excel files in Golang - Excelize
Learn how to work with Excel files in Golang using Excelize. This guide covers reading, writing, and manipulating data, with code examples.