Skip to content

felipeaz/go-context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

go-context

Exploring go context usage in Go application

When I started writting go codes I didn't know why people use context, why is it used for?

Context handles information about the "context" it is running to, but that's just one thing about it. We can define timeouts, set values within it and send it downstream creating a relation between the downstream calls.

About

Exploring go context

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages