/* 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 }