Categorygithub.com/xanish/gophercises
module
0.0.0-20240804170337-980aa1ed5770
Repository: https://github.com/xanish/gophercises.git
Documentation: pkg.go.dev

# README

Gophercises

Gophercises consists of a series of mini-exercises that progressively introduce different aspects of the Go programming language. Material can be found here.

#TopicSolutionTests
01Quiz GamehereDone
02URL ShortenerhereDone
03Choose Your Own AdventurehereDone
04HTML Link ParserhereDone
05Sitemap BuilderhereDone
06Hacker Rank ProblemhereDone
07CLI Task ManagerhereDone
08Phone Number NormalizerhereDone
09Deck of CardshereDone
10BlackjackhereTodo
11Blackjack AIhereTodo
12File Renaming ToolhereTodo
13Quiet Hacker NewshereDone
14Recover MiddlewarehereTodo
15Development Recover MiddlewarehereTodo
17Secrets CLI & APIhereTodo

Checking Test Coverage

  • To generate report run go test -coverprofile=".\PACKAGE_NAME\coverage.out" .\PACKAGE_NAME\
  • To view coverage in pretty html format run go tool cover -html=".\PACKAGE_NAME\coverage.out"

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
go:generate stringer -type=Suit,Rank.
No description provided by the author
No description provided by the author
Package hacker_news implements a really basic Hacker News client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author