mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 22:37:14 +08:00
80a574ab49
Signed-off-by: Lewis Marshall <lewis@lmars.net>
6 lines
69 B
Go
6 lines
69 B
Go
package netlink
|
|
|
|
func ifrDataByte(b byte) uint8 {
|
|
return uint8(b)
|
|
}
|