trustmaster / goflow

Flow-based and dataflow programming library for Go (golang)
MIT License
1.6k stars 125 forks source link

Enable ineffassign, errcheck except in tests, minor refactoring #61

Closed akokhanovskyi closed 3 years ago

akokhanovskyi commented 3 years ago
akokhanovskyi commented 3 years ago

Looks like the no-copy of the ip leads to a data race in golang 1.15. It doesn't in 1.13 - not yet sure why, but I reverted the change for now.

@trustmaster please consider squashing on merge so that there is no broken revision in the master.

trustmaster commented 3 years ago

Merged! Thanks a lot for the contribution!