Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

256dpi/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack

Package stack provides a very small and clean API for using the built-in panic and recover functions to abort and resume execution of a goroutine.

Installation

Get the package using the go tool:

$ go get -u github.com/256dpi/stack

License

The MIT License (MIT)

Copyright (c) 2016 Joël Gähwiler