mirror of
https://github.com/minio/minio.git
synced 2025-04-20 02:27:50 -04:00
docs: Add comments of using canonical import paths. (#3269)
This commit is contained in:
parent
2f43709f85
commit
df8153859c
6
main.go
6
main.go
@ -14,6 +14,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Below main package has canonical imports for 'go get' and 'go build'
|
||||||
|
* to work with all other clones of github.com/minio/minio repository. For
|
||||||
|
* more information refer https://golang.org/doc/go1.4#canonicalimports
|
||||||
|
*/
|
||||||
|
|
||||||
package main // import "github.com/minio/minio"
|
package main // import "github.com/minio/minio"
|
||||||
|
|
||||||
import minio "github.com/minio/minio/cmd"
|
import minio "github.com/minio/minio/cmd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user