mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Touch-up some GoDoc in the package, and remove "import" comments. This package is used in BuildKit, and could be a potential candidate for moving to a separate module. The "import" comments are ignored when used in go module mode so have little benefit. Let's remove them. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>