summaryrefslogtreecommitdiffhomepage
path: root/clientupdate/clientupdate_notwindows.go
blob: edadc210c8a15e76758ac245f904cb287716a7d2 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

//go:build !windows

package clientupdate

func (up *Updater) updateWindows() error {
	panic("unreachable")
}