remove unused type

This commit is contained in:
David 2023-07-08 20:30:43 -04:00
parent 890b25f697
commit c1eff75ed1
1 changed files with 0 additions and 5 deletions

View File

@ -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)