moby--moby/opts
Sebastiaan van Stijn b04f1416f6
opts: fix empty-lines (revive)
opts/address_pools_test.go:7:39: empty-lines: extra empty line at the end of a block (revive)
    opts/opts_test.go:12:42: empty-lines: extra empty line at the end of a block (revive)
    opts/opts_test.go:60:49: empty-lines: extra empty line at the end of a block (revive)
    opts/opts_test.go:253:37: empty-lines: extra empty line at the end of a block (revive)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-28 01:58:51 +02:00
..
address_pools.go
address_pools_test.go opts: fix empty-lines (revive) 2022-09-28 01:58:51 +02:00
env.go
env_test.go
hosts.go opts: ParseTCPAddr(): extract parsing logic, consistent errors 2022-05-01 19:53:40 +02:00
hosts_test.go linting: host:port in url should be constructed with net.JoinHostPort 2022-09-04 15:36:53 +02:00
hosts_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
hosts_windows.go
opts.go
opts_test.go opts: fix empty-lines (revive) 2022-09-28 01:58:51 +02:00
runtime.go
ulimit.go
ulimit_test.go