Add canonical import comment

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 4f0d95fa6ee7f865597c03b9e63702cdcb0f7067
Component: engine
This commit is contained in:
Daniel Nephin
2018-02-05 16:51:57 -05:00
parent 83bc700def
commit be83c11fb0
1360 changed files with 1360 additions and 1360 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// Package stringid provides helper functions for dealing with string identifiers
package stringid
package stringid // import "github.com/docker/docker/pkg/stringid"
import (
cryptorand "crypto/rand"