# README
cpu affinity for go goroutine
pin goroutine to cpu core , linux / unix only, for testing and research
1. code copyright
/goine fork from https://github.com/jandos/gofine by Zhandos Zhylkaidar ( jandos ). --- unix only
/affinity copy from https://pythonwise.blogspot.com/2019/03/cpu-affinity-in-go.html by Miki Tebeka --- linux only
2. DO NOT use in product
Do not use in product, ASIS
3. example
check example path
# Packages
No description provided by the author
# Type aliases
LgoreState represents lgore's current state.