mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
fmt.Printf and friends will automatically format using the error interface (.Error()) preferentially; no need to do err.Error().
fmt.Printf and friends will automatically format using the error interface (.Error()) preferentially; no need to do err.Error().