1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

golint: Fix issues in pkg/nat

Updates #14756

Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
Dave Tucker
2015-07-21 14:43:32 +01:00
parent 879f440a99
commit 15d01d6e6c
8 changed files with 49 additions and 36 deletions

View File

@ -879,7 +879,7 @@ func (s *DockerSuite) TestContainerApiBadPort(c *check.C) {
"PortBindings": map[string]interface{}{
"8080/tcp": []map[string]interface{}{
{
"HostIp": "",
"HostIP": "",
"HostPort": "aa80",
},
},