mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
parent
d157d12037
commit
ad0044fec8
@ -4,8 +4,10 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||||
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
//go:build (!solaris && !darwin) || (solaris && cgo) || (darwin && cgo)
|
//go:build !(solaris && !cgo) && !(darwin && !cgo) && !(android && amd64)
|
||||||
// +build !solaris,!darwin solaris,cgo darwin,cgo
|
// +build !solaris cgo
|
||||||
|
// +build !darwin cgo
|
||||||
|
// +build !android !amd64
|
||||||
|
|
||||||
package fs
|
package fs
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||||
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
//go:build (solaris && !cgo) || (darwin && !cgo)
|
//go:build (solaris && !cgo) || (darwin && !cgo) || (android && amd64)
|
||||||
// +build solaris,!cgo darwin,!cgo
|
// +build solaris,!cgo darwin,!cgo android,amd64
|
||||||
|
|
||||||
package fs
|
package fs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user