See https://golang.org/doc/go1.16#darwin No need for build tag tricks anymore.main
parent
cad8df500c
commit
7f8519c88f
@ -1,9 +0,0 @@ |
||||
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build ios
|
||||
|
||||
package version |
||||
|
||||
const isIOS = true |
||||
@ -1,9 +0,0 @@ |
||||
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !ios
|
||||
|
||||
package version |
||||
|
||||
const isIOS = false |
||||
Loading…
Reference in new issue