CATEGORY

GO

Golang JWT (Json Web Token) Examples

In this tutorial we learned how to create HTTP Server and Client using golang JWT (JSON Web Token)

By tuannguyen · 10 min read · GO

Golang regexp Examples [In-Depth Tutorial]

In the Python section, we have introduced some examples of working with regex (regular expression). In Golang, the built-in package regexp implements regular

By tuannguyen · 7 min read · GO

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