diff options
| author | Percy Wegmann <percy@tailscale.com> | 2024-11-01 08:48:09 -0500 |
|---|---|---|
| committer | Percy Wegmann <percy@tailscale.com> | 2024-11-01 10:06:42 -0500 |
| commit | 846b09c650637595f653a9a0db0560160d298aac (patch) | |
| tree | 5e74a2dee8057028e013838744a45e9909a2e1aa /gomod_test.go | |
| parent | 49de23cf1bae372996de797d86ced771ed314756 (diff) | |
| download | tailscale-percy/unforked-ssh-try.tar.xz tailscale-percy/unforked-ssh-try.zip | |
ssh/tailssh: try out new AuthBanner APIpercy/unforked-ssh-try
Uses https://go-review.googlesource.com/c/crypto/+/613856
DO NOT MERGE
Signed-off-by: Percy Wegmann <percy@tailscale.com>
Diffstat (limited to 'gomod_test.go')
| -rw-r--r-- | gomod_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gomod_test.go b/gomod_test.go index f984b5d6f..9366a360f 100644 --- a/gomod_test.go +++ b/gomod_test.go @@ -10,7 +10,7 @@ import ( "golang.org/x/mod/modfile" ) -func TestGoMod(t *testing.T) { +func testGoMod(t *testing.T) { goMod, err := os.ReadFile("go.mod") if err != nil { t.Fatal(err) |
