aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version/official_linux.go
blob: d3ca3349b2bb6062cdaf2a1242f38ba62ca0afaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
 */

package version

// For testing the updater package from linux. Debug stuff only.

func IsOfficialPath(path string) bool {
	return true
}