tempfork/registry: work around issue with Tailscale's redo build system

Updates tailscale/corp#293
This commit is contained in:
Brad Fitzpatrick 2020-06-05 10:46:15 -07:00
parent 1cb7dab881
commit 39f2fe29f7

View File

@ -0,0 +1,8 @@
package registry_test
// Tailscale's redo-based build system doesn't know how to skip running Go tests
// in directories that don't contain files for the current OS.
//
// https://github.com/tailscale/corp/issues/293
//
// So this is a dummy file for now to make it happy.