etcd/pkg
James Blair e6e740fb80
depdendency: bump google.golang.org/grpc from 1.58.3 to 1.59.0.
Signed-off-by: James Blair <mail@jamesblair.net>
2023-10-24 17:39:39 +13:00
..
adt Use any instead of interface{} 2023-09-17 17:41:58 +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 *: fix govet-shadow lint 2023-09-19 20:24:01 +08:00
flags pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss 2023-07-26 22:28:44 +08:00
grpc_testing Use any instead of interface{} 2023-09-17 17:41:58 +08: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 pkg/ioutil: deflake TestPageWriterRandom 2023-07-18 23:18:01 +08:00
netutil *: enable goimports in verify-lint 2023-09-21 21:14:09 +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 *: enable goimports in verify-lint 2023-09-21 21:14:09 +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 *: enable goimports in verify-lint 2023-09-21 21:14:09 +08:00
stringutil pkg/stringutil: sort 'ss' in TestUniqueStrings 2023-09-27 22:41:16 +08:00
traceutil *: fix staticcheck lint 2023-09-21 11:24:26 +08:00
wait Use any instead of interface{} 2023-09-17 17:41:58 +08:00
go.mod depdendency: bump google.golang.org/grpc from 1.58.3 to 1.59.0. 2023-10-24 17:39:39 +13:00
go.sum depdendency: bump google.golang.org/grpc from 1.58.3 to 1.59.0. 2023-10-24 17:39:39 +13: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

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.