etcd/pkg
Benjamin Wang b92d099360 dependency: bump golang.org/x/net from 0.10.0 to 0.11.0
Signed-off-by: Benjamin Wang <wachao@vmware.com>
2023-06-19 09:25:07 +01:00
..
adt Bump go 1.19: revert the change to pkg/adt/interval_tree.go 2022-09-22 08:47:46 +08:00
cobrautl use the more efficient strings.Builder 2023-05-19 10:44:58 +08:00
contention *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
cpuutil etcd: remove redundant type conversion 2022-09-20 11:26:02 +08:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
debugutil debugutil: Remove extra space in trace handler route 2021-03-03 16:01:04 -08:00
expect chore: remove pkg/expect TODO comment 2023-04-09 12:57:32 +08:00
flags all: Use ReplaceAll instead of Replace with -1 pos 2022-11-15 00:06:09 +03:00
grpc_testing Add new test for round robin resolver. 2023-04-25 18:44:24 +12:00
httputil *: move from io/ioutil to io and os packages 2021-10-28 00:05:28 +08:00
idutil pkg/idutil: use count field as atomic variable 2018-04-27 00:44:45 +08:00
ioutil comments: fix comments as per goword in go test files 2022-11-23 23:05:42 +05:30
netutil netutil: consistently format ipv6 addresses 2023-01-31 06:50:42 +08:00
notify server: Extract notifier struct 2021-09-10 10:16:48 +02:00
osutil Remove nocov flags for e2e tests. 2023-03-30 15:37:09 +13:00
pbutil pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
proxy chore: use tools/mod to lock the cfssl cmd version 2023-04-13 12:06:31 +08:00
report use the more efficient strings.Builder 2023-05-19 10:44:58 +08:00
runtime chore: delete // +build buildtag by `go fix` 2022-12-29 14:17:05 +08:00
schedule pkg/schedule:correct comparison for FIFO schedule test 2023-03-08 13:18:05 +09:00
stringutil test: Test etcd watch stream starvation under high read response load when sharing the same connection 2023-03-10 12:42:33 +01:00
traceutil use the more efficient strings.Builder 2023-05-19 10:44:58 +08:00
wait pkg/wait: change list from single element to an array. 2021-03-04 12:16:41 -08:00
LICENSE bom: Update bill-of-materials generation logic (and refresh bom). 2020-10-13 07:50:08 +02:00
README.md pkg: add README.md 2014-10-26 16:28:48 -07:00
go.mod dependency: bump golang.org/x/net from 0.10.0 to 0.11.0 2023-06-19 09:25:07 +01:00
go.sum dependency: bump golang.org/x/net from 0.10.0 to 0.11.0 2023-06-19 09:25:07 +01:00

README.md

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.