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

Merge pull request #14804 from dave-tucker/golint_nat

golint: Fix issues in pkg/nat
This commit is contained in:
Jessie Frazelle
2015-07-21 20:38:40 -07:00
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",
},
},