tailscale/types
Brad Fitzpatrick 3f4a567032 types/strbuilder: add a variant of strings.Builder that uses sync.Pool
... and thus does not need to worry about when it escapes into
unprovable fmt interface{} land.

Also, add some convenience methods for efficiently writing integers.
2020-05-25 08:50:48 -07:00
..
empty types/empty: add Message, stop using mysterious *struct{} 2020-02-14 13:35:49 -08:00
key wgengine: don't allocate so much in userspaceEngine.getStatus 2020-04-09 12:49:17 -07:00
logger log rate limiting: reformat limiter messages, and use nonempty burst size. 2020-05-20 11:59:21 -04:00
opt types/opt: add opt package for a new opt.Bool JSON type 2020-02-27 10:39:42 -08:00
strbuilder types/strbuilder: add a variant of strings.Builder that uses sync.Pool 2020-05-25 08:50:48 -07:00
structs types/structs: add structs.Incomparable annotation, use it where applicable 2020-05-03 14:05:32 -07:00