Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bygui86/go-signals
- Owner: bygui86
- License: apache-2.0
- Created: 2020-03-19T08:04:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T08:27:01.000Z (almost 5 years ago)
- Last Synced: 2023-03-07T10:57:53.992Z (almost 2 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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