mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
15b8665787
This makes debugging easier, you can pass an AUMHash to a printf and get a string that is easy to debug. Also rearrange how directories/files work in the FS store: use the first two characters of the string representation as the prefix directory, and use the entire AUMHash string as the file name. This is again to aid debugging: you can `ls` a directory and line up what prints out easily with what you get from a printf in debug code. Signed-off-by: David Crawshaw <crawshaw@tailscale.com> |
||
---|---|---|
.. | ||
aum_test.go | ||
aum.go | ||
builder_test.go | ||
builder.go | ||
chaintest_test.go | ||
key_test.go | ||
key.go | ||
scenario_test.go | ||
sig_test.go | ||
sig.go | ||
state_test.go | ||
state.go | ||
sync_test.go | ||
sync.go | ||
tailchonk_test.go | ||
tailchonk.go | ||
tka_test.go | ||
tka.go |