Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | [op] Replace syscall package usage with golang.org/x/sys/unix in test/. | Ayush Ranjan | |
The syscall package has been deprecated in favor of golang.org/x/sys. Note that syscall is still used in some places because the following don't seem to have an equivalent in unix package: - syscall.SysProcIDMap - syscall.Credential Updates #214 PiperOrigin-RevId: 361332034 | |||
2020-09-29 | Stop depending on go_binary targets. | Adin Scannell | |
Closes #3374 PiperOrigin-RevId: 334505627 |