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/util
Brad Fitzpatrick 373176ea54 util/codegen: format generated code with goimports, not gofmt
goimports is a superset of gofmt that also groups imports.
(the goimports tool also adds/removes imports as needed, but that
part is disabled here)

Change-Id: Iacf0408dfd9497f4ed3da4fa50e165359ce38498
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 years ago
..
cibuild all: use cibuild.On 3 years ago
clientmetric all: use any instead of interface{} 3 years ago
cmpver util/cmpver: move into OSS from corp repo. 3 years ago
codegen util/codegen: format generated code with goimports, not gofmt 2 years ago
deephash all: use any instead of interface{} 3 years ago
dnsname all: use Go 1.18's strings.Cut 3 years ago
endian all: gofmt with Go 1.17 3 years ago
groupmember util/groupmember: remove redundant code (#4298) 3 years ago
jsonutil all: use any instead of interface{} 3 years ago
lineread util/lineread: add docs to Reader 4 years ago
mak util/mak: move tailssh's mapSet into a new package for reuse elsewhere 2 years ago
multierr all: use any instead of interface{} 3 years ago
netconv util/netconv: add package to convert between netip and netaddr types 3 years ago
osshare all: gofmt with Go 1.17 3 years ago
pidowner all: gofmt with Go 1.17 3 years ago
racebuild all: gofmt with Go 1.17 3 years ago
systemd all: use any instead of interface{} 3 years ago
uniq all: use any instead of interface{} 3 years ago
winutil util/winutil: migrate corp's winutil into OSS. 3 years ago