mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
6 lines
85 B
Go
6 lines
85 B
Go
//go:build linux || darwin
|
|
// +build linux darwin
|
|
|
|
package libpod
|
|
|
|
type rlimT uint64
|