1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

vendor: Removed unused dependencies (#530)

This commit is contained in:
Patrick Gaskin
2019-07-15 11:59:58 -04:00
committed by Craig Peterson
parent 0c4f4bf754
commit 0f0cee75b4
452 changed files with 0 additions and 289866 deletions

View File

@@ -1,14 +0,0 @@
// Copyright 2018 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 aix darwin dragonfly freebsd linux netbsd openbsd solaris
// +build go1.9
package unix
import "syscall"
type Signal = syscall.Signal
type Errno = syscall.Errno
type SysProcAttr = syscall.SysProcAttr