s/vgo/dep/
This commit is contained in:
parent
f387133c21
commit
8788b41ab2
321 changed files with 55322 additions and 145 deletions
11
build/manifest/vendor/gopkg.in/natefinch/lumberjack.v2/chown.go
generated
vendored
Normal file
11
build/manifest/vendor/gopkg.in/natefinch/lumberjack.v2/chown.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
// +build !linux
|
||||
|
||||
package lumberjack
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func chown(_ string, _ os.FileInfo) error {
|
||||
return nil
|
||||
}
|
Reference in a new issue