mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
7 lines
104 B
Go
7 lines
104 B
Go
package mount
|
|
|
|
func parseMountTable() ([]*Info, error) {
|
|
// Do NOT return an error!
|
|
return nil, nil
|
|
}
|