You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/types
Brad Fitzpatrick ddfcc4326c types/persist: split controlclient.Persist into a small leaf package
This one alone doesn't modify the global dependency map much
(depaware.txt if anything looks slightly worse), but it leave
controlclient as only containing NetworkMap:

bradfitz@tsdev:~/src/tailscale.com/ipn$ grep -F "controlclient." *.go
backend.go:     NetMap        *controlclient.NetworkMap // new netmap received
fake_test.go:   b.notify(Notify{NetMap: &controlclient.NetworkMap{}})
fake_test.go:   b.notify(Notify{NetMap: &controlclient.NetworkMap{}})
handle.go:      netmapCache       *controlclient.NetworkMap
handle.go:func (h *Handle) NetMap() *controlclient.NetworkMap {

Once that goes into a leaf package, then ipn doesn't depend on
controlclient at all, and then the client gets smaller.

Updates #1278
5 years ago
..
empty types/empty: add Message, stop using mysterious *struct{} 6 years ago
flagtype types/flagtype: fix bug showing the default port value (shown in --help) 5 years ago
key wgengine/magicsock: stop depending on UpdateDst in legacy codepaths. 5 years ago
logger types/logger: fix rateFree interaction with verbosity prefixes 5 years ago
nettype wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsock 6 years ago
opt types/opt: add Bool.EqualBool method 6 years ago
persist types/persist: split controlclient.Persist into a small leaf package 5 years ago
preftype ipn: split LocalBackend off into new ipn/ipnlocal package 5 years ago
strbuilder types/strbuilder: add a variant of strings.Builder that uses sync.Pool 6 years ago
structs types/structs: add structs.Incomparable annotation, use it where applicable 6 years ago
wgkey wgkey: new package 5 years ago