Skip to content

wcygan/go-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice

Practicing Data Structures, Algorithms, Concurrency, and more in Go!

Table of Contents

Build and Run

From the go-practice root directory, Practice/go-practice, you can execute these commands:

Execute all tests:

$ go test ./...

Execute a specific test (with coverage for the entire project):

$ go test ./... -run TestName -cover

Tip: adding the -cover flag tells the test runner to keep track of observed program coverage.

References

I'm using the following material as a reference:

  1. Learn Go with Tests
  2. The Go Programming Language
  3. Concurrency in Go
  4. Network Programming with Go
  5. Distributed Services with Go

Releases

No releases published

Packages

No packages published