Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bygui86/go-signals

Project to understand usage of OS signals in Golang
https://github.com/bygui86/go-signals

Last synced: 2 days ago
JSON representation

Project to understand usage of OS signals in Golang

Awesome Lists containing this project

README

        

# Go signals

Project to understand usage of OS signals in Golang

## Run
1. start the program
```shell
go run {example-folder}/main.go
```
2. resize terminal window to test this type of signals
3. press 'ctrl + c' to test termination signals

---

## Links

- https://medium.com/a-journey-with-go/go-gsignal-master-of-signals-329f7ff39391