aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/encode-into.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'bench/snippets/encode-into.mjs')
0 files changed, 0 insertions, 0 deletions
; * Also 0.01 Signed-off-by: Miek Gieben <miek@miek.nl> 2020-10-28Update Project Lead's term (#4164)Gravatar Yong Tang 1-1/+1 Base on the [GOVERNANCE.md] of CoreDNS, we will need to update project lead's term: 1) Any PR should only be opened no earlier than 6 weeks before the end of current lead's term 2) PR can only be merged after it has been opened for 4 weeks. 3) See [GOVERNANCE.md] for more details on how votes are counted. Since it is less than 6 weeks before 11/11/2020, this PR: 1) propose to extend project lead's term from 11/11/2020 to 11/11/2021. 2) will keep open until at least to 10/28/2020 (4 weeks), so that community has a chance to voice opinions Please specify +1/-1 for agree/disagree. Note: Alternative PRs could be opened concurrently, as long as it following the rules specified in [GOVERNANCE.md]. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> 2020-10-28docs: move Also See to See Also (#4245)Gravatar Miek Gieben 20-20/+20 sed -i 's/Also See/See Also/' plugin/**/README.md Some plugins did already use 'See Also', so it's all consistent now. Fixes: #4196 Signed-off-by: Miek Gieben <miek@miek.nl> 2020-10-28Fix golint warnings (#4241)Gravatar ZouYu 4-21/+21 Include: 1. plugin/forward/type.go:8:2: const typeUdp should be typeUDP 2. plugin/forward/type.go:9:2: const typeTcp should be typeTCP 3. plugin/forward/type.go:10:2: const typeTls should be typeTLS 4. plugin/kubernetes/metrics.go:24:2: var DnsProgrammingLatency should be DNSProgrammingLatency 5. plugin/kubernetes/metrics_test.go:124:102: func parameter clusterIp should be clusterIP Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>