moby--moby/opts
Sebastiaan van Stijn 27916165b6
TestUlimitOpt: fix composite literal uses unkeyed fields (govet)
```
18:15:45 opts/ulimit_test.go:11:13: composites: `*github.com/docker/docker/vendor/github.com/docker/go-units.Ulimit` composite literal uses unkeyed fields (govet)
18:15:45 		"nofile": {"nofile", 1024, 512},
18:15:45 		          ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:34 +02:00
..
address_pools.go
address_pools_test.go
env.go
env_test.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
hosts.go
hosts_test.go Adjust tests for changes in Go 1.12.8 / 1.11.13 2019-08-14 02:51:08 +02:00
hosts_unix.go
hosts_windows.go
ip.go
ip_test.go
opts.go goimports: fix imports 2019-09-18 12:56:54 +02:00
opts_test.go
opts_unix.go
opts_windows.go
quotedstring.go
quotedstring_test.go
runtime.go
ulimit.go goimports: fix imports 2019-09-18 12:56:54 +02:00
ulimit_test.go TestUlimitOpt: fix composite literal uses unkeyed fields (govet) 2019-09-18 12:57:34 +02:00