zlog/diode/internal/diodes
nichady c0c2e11fc3
Consistent casing, redundancy, and spelling/grammar (#391)
* fix casing
* remove redundant type conversions
* remove unnecessary append
x = append(y) is equivalent to x = y
* fix grammar and spelling
* rename file to enforce consistent casing with other READMEs in this repo
2021-12-21 13:07:54 +01:00
..
README Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00
many_to_one.go Consistent casing, redundancy, and spelling/grammar (#391) 2021-12-21 13:07:54 +01:00
one_to_one.go Consistent casing, redundancy, and spelling/grammar (#391) 2021-12-21 13:07:54 +01:00
poller.go Consistent casing, redundancy, and spelling/grammar (#391) 2021-12-21 13:07:54 +01:00
waiter.go Consistent casing, redundancy, and spelling/grammar (#391) 2021-12-21 13:07:54 +01:00

README

Copied from https://github.com/cloudfoundry/go-diodes to avoid test dependencies.