mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
5 lines
69 B
Go
5 lines
69 B
Go
package parse
|
|
|
|
func ValidateFileName(_ string) error {
|
|
return nil
|
|
}
|