CATEGORY

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

Golang sha512 Hashing Examples

Use golang sha512 package to generate sha512 encrypted hash for text, string and files.

By tuannguyen · 3 min read · GO