1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 09:33:36 +00:00

vendor: add github.com/anacrolix/dms

This commit is contained in:
nicolov
2019-01-03 23:23:39 +01:00
committed by Nick Craig-Wood
parent 7ee7bc87ae
commit 5edfd31a6d
183 changed files with 12766 additions and 0 deletions

13
vendor/golang.org/x/net/ipv4/sys_stub.go generated vendored Normal file
View File

@@ -0,0 +1,13 @@
// Copyright 2014 The Go 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 !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
package ipv4
var (
ctlOpts = [ctlMax]ctlOpt{}
sockOpts = map[int]*sockOpt{}
)