podman/pkg/ctime
Matthew Heon 7a85317ccb Re-add int64 casts for ctime
The variables here are 64-bit on 64-bit builds, so the linter
recommends stripping them. Unfortunately, they're 32-bit on
32-bit builds, so stripping them breaks that. Readd with a nolint
to convince it to not break.

Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-07-23 15:43:40 -04:00
..
ctime.go pkg/ctime: Factor libpod/finished* into a separate package 2018-07-06 17:54:32 +00:00
ctime_linux.go Re-add int64 casts for ctime 2019-07-23 15:43:40 -04:00
ctime_test.go pkg/ctime: Factor libpod/finished* into a separate package 2018-07-06 17:54:32 +00:00
ctime_unsupported.go pkg/ctime: Factor libpod/finished* into a separate package 2018-07-06 17:54:32 +00:00