Category Archives: golang tutorial

Working with Go String Using Example

This tutorial help to explore go string method. We will create a simple example to understand go string method with the example.

We will create a string and manipulate using string go method. The strings functions are stored into standard library “strings” package.A string is a read-only slice of bytes. You can get more information from Official Docs.

Continue reading