Menu

Initial Contact with IO Operations in Golang

{{ product.price_format }}
{{ product.origin_price_format }}
Quantity:
SKU:{{ product.sku }}
Model: {{ product.model }}

{{ variable.name }}

{{ value.name }}

Introduction: This course will start with setting up the Golang development environment and gradually introduce the basic input and output functions and related features of the Golang system library to you step by step. Moreover, it will combine cases of row count statistics and image reading to lead you to learn Golang development in practice

Chapter 1 Study Guide

Introduce the learning objectives of the entire course

 

1-1 Study Guide

Chapter 2 Development Environment

A brief introduction to the development environment of Golang and how to set it up

 

2-1 Prepare the development environment

 

2-2 Introduction to LiteIDE Development Environment (Part 1

 

2-3 Introduction to the LiteIDE Development Environment (Part 2)

Chapter 3 Input and Output

Introduce the basic input and output functions of the Golang system library

 

3-1 Format I/O

 

3-2 Basic IO Interfaces I

 

3-3 Basic IO Interfaces II

 

3-4 Buffer I/O

Chapter 4: Apply What You Have Learned Immediately

Learn through the binary reading operation examples of images by calculating the number of file lines

 

4-1 Calculate the number of lines in the file

 

4-2 Binary read operations on file headers

Chapter 5 Course Summary

5-1 Summary