mirror of
https://github.com/containers/podman.git
synced 2025-11-02 23:39:52 +08:00
7 lines
78 B
Go
7 lines
78 B
Go
//go:build !freebsd
|
|
// +build !freebsd
|
|
|
|
package docker
|
|
|
|
const etcDir = "/etc"
|