Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 263 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 263 Bytes

atexit

Package atexit provides a way to set a function that will be called at normal process termination (by ^C = SIGINT = kill -2).

GoDoc