mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Apply required golang 1.17+ meta changes
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package ctime
|
||||
|
@ -1,3 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package ctime
|
||||
|
Reference in New Issue
Block a user