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 -cover
go test -coverprofile=coverage.out
Console go tool cover -func=coverage.out
HTML go tool cover -html=coverage.out