Space Cat, Prince Among Thieves

Posts Tagged “Golang”

Text to "Go String" Tool

Go currently lacks any sort of heredoc or similar syntax, and it's backtick syntax cannot contain backticks. This can make correctly encoded creating go strings, particularly for large strings that contain many backticks, a bit of a challenge.

Here's a tool to safely encode any given input to Go st…


Read More / Comment »