zlog/diode
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
..
internal/diodes Consistent casing, redundancy, and spelling/grammar (#391) 2021-12-21 13:07:54 +01:00
diode.go Fix typo in diode.NewWriter argument name (#254) 2020-08-06 12:19:27 +02:00
diode_example_test.go diode: let use a waiter instead of a poller by using 0 as a poolInterval 2018-10-31 16:57:15 -07:00
diode_test.go diode: let use a waiter instead of a poller by using 0 as a poolInterval 2018-10-31 16:57:15 -07:00