Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

rune

How to use Go language (string, byte, rune)

You will always find string, byte, and rune in introductory Go language books. However, when you start to program, the frequent interconversions between each of them can be confusing. In such cases, we tend to somehow convert the type and …

Go Language Regular Expression and String Manipulation Memo

The Go language is often programmed by combining simple functions, and error checking occurs for each function, so the code in general tends to be long. Even when I want to do something small, I need to write code accordingly, but it is te…