Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Concurrency

For running the benchmark:

go test -bench=.

For running the race detector (race conditions debug):

go test -race