This repo will contain the solutions using Golang for challenges found on:
- Books
- Hacker Rank
- Codility
- CodeFights
- Others
Given a string, reverse the characters and return.
go test -v ./...go test -covergo test -coverprofile=coverage.outConsole go tool cover -func=coverage.out
HTML go tool cover -html=coverage.out