Add vendor go.uber.org/zap

This commit is contained in:
Daniele Rondina
2020-01-03 15:20:02 +01:00
parent 20654d5dbb
commit 4433fc72ac
367 changed files with 96853 additions and 36906 deletions

View File

@@ -333,6 +333,8 @@ func utimensat(dirfd int, path string, times *[2]Timespec, flags int) error {
* Wrapped
*/
//sys fcntl(fd int, cmd int, arg int) (val int, err error)
//sys kill(pid int, signum int, posix int) (err error)
func Kill(pid int, signum syscall.Signal) (err error) { return kill(pid, int(signum), 1) }