clientupdate_notwindows.go 193 B

12345678910
  1. // Copyright (c) Tailscale Inc & AUTHORS
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. //go:build !windows
  4. package clientupdate
  5. func (up *Updater) updateWindows() error {
  6. panic("unreachable")
  7. }