TAG

Golang

Golang os.Stat Usage and Examples

golang os state Stat returns a FileInfo describing the named file. If there is an error, it will be of type *PathError.

By tuannguyen · 3 min read · GO

Golang seek Examples [Tutorial]

Golang seek from has three constant values as follows: SeekStart = 0: the file's starting point is used. SeekCurrent = 1: the seek is made in relation to the …

By tuannguyen · 4 min read · GO

Golang reflect Examples [Tutorial]

Golang reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.

By tuannguyen · 7 min read · GO

Getting started with Golang Gopher

Gopher stands for the Go project and Go programmers everywhere, and is one of the most popular things in the Go world

By tuannguyen · 3 min read · GO