From c1eff75ed13f1ca840a05582ffbcdced14cb5cc8 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sat, 8 Jul 2023 20:30:43 -0400 Subject: [PATCH] remove unused type --- main.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.go b/main.go index 0757987..7ded48e 100644 --- a/main.go +++ b/main.go @@ -14,11 +14,6 @@ import ( "tailscale.com/tsnet" ) -type upstream struct { - hostname string - port string -} - func must[T any](t T, err error) T { if err != nil { panic(err)