Categorygithub.com/dropbox/godropbox
modulepackage
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev

# README

godropbox GoDoc Actions Status Actions Status

Common libraries for writing go services/applications on Linux servers.

Requirements

  • Go 1.13+
  • Linux/x64

Installation

go get github.com/dropbox/godropbox

Documentation

See https://pkg.go.dev/github.com/dropbox/godropbox for modules documentation.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
A utility library for building caching layers.
The maximally_batched_work.go class waits until at least batch_size of an input is full and delivers it all at once to the callee, so that the callee is guaranteed to operate on a batch at a time.
Various container/cache data structures.
Dropbox-specific workarounds for (self-inflicted) problems with the builtin context package.
Utility libraries for database operations.
encoding2 is a collection of functions meant to supplement the capabilities provided by the standard "encoding" package.
This module implements functions which manipulate errors and provide stack trace information.
No description provided by the author
Package gocheck2 contains extensions to the go-check unittest framework.
This package implements a set of utility hash functions.
No description provided by the author
No description provided by the author
math2 is a collection of functions meant to supplement the capabilities provided by the standard "math" package.
A generic memcache client library which supports connection pooling and flexible sharding.
No description provided by the author
net2 is a collection of functions meant to supplement the capabilities provided by the standard "net" package.
No description provided by the author
Protobuf definitions.
No description provided by the author
A generic resource pool for managing resources such as network connections.
No description provided by the author
No description provided by the author
package stats provides a set of interfaces to log stats including a no-op implementation that doesn't do anything.
No description provided by the author
sync2 is a collection of functions meant to supplement the capabilities provided by the standard "sync" package.
No description provided by the author
time2 is a collection of functions meant to supplement the capabilities provided by the standard "time" package.