golangHow to check Go version
Usage example
go version
output
go version go1.18.1 linux/amd64
More of Golang
- How to generate random string
- How to generate random float
- How to generate random int
- Formatting strings with Sprintf() example
- How to get query param from HTTP server
- How to check if array contains specific value
- How to convert struct to JSON
- How to generate sha256 hash from string
- How to format time with milliseconds
- Unrmarshal example
See more codes...