Skip to content

otzelpov/gnp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Programming with Go

Code repository for the book

Build Status

How to run the examples:

Unlike a book to learn programming, this book discusses network concepts and provides code snippets that utilize the testing functionality of Go. If you have a good knowledge of Go and are following along, you can figure out the code or write your own.

If you are still learning Go, here are the steps you can take to run the examples from this repo:

Checkout the code:

git clone git@github.com:awoodbeck/gnp.git

Run all the tests:

cd gnp
go test -timeout 300s -race -bench=. ./...

Alternatively, run the tests from one chapter:

go test -v -timeout 300s -race -bench=. ./ch03/dial_fanout_test.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Other 0.7%