golangHow to check Go version
Usage example
go version
output
go version go1.18.1 linux/amd64
More of Golang
- How to do case-insensitive regexp
- How to set custom headers for HTTP request
- Formatting strings with Sprintf() example
- How to write text to file
- How to format float without decimals
- How to generate random string
- How to sleep for 500 milliseconds
- How to generate random int
- How to sleep for 1 hour
- Unrmarshal example
See more codes...