更新依赖

This commit is contained in:
Minho
2017-05-04 13:17:25 +08:00
parent 731a1e249f
commit 2298822933
374 changed files with 839 additions and 156772 deletions

View File

@@ -1,14 +0,0 @@
// 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 go1.4
package unix
import "syscall"
func Unsetenv(key string) error {
// This was added in Go 1.4.
return syscall.Unsetenv(key)
}