moby--moby/daemon/logger/local
Sebastiaan van Stijn fadf8bbdff
staticcheck: SA4001: &*x will be simplified to x. It will not copy x
daemon/volumes_unix_test.go:228:13: SA4001: &*x will be simplified to x. It will not copy x. (staticcheck)
                mp:      &(*c.MountPoints["/jambolan"]), // copy the mountpoint, expect no changes
                         ^
    daemon/logger/local/local_test.go:214:22: SA4001: &*x will be simplified to x. It will not copy x. (staticcheck)
            dst.PLogMetaData = &(*src.PLogMetaData)
                               ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit f7433d6190)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-17 18:10:19 +02:00
..
config.go
doc.go
local.go daemon/logger: normalize comment formatting 2019-11-27 15:42:27 +01:00
local_test.go staticcheck: SA4001: &*x will be simplified to x. It will not copy x 2022-08-17 18:10:19 +02:00
read.go daemon/logger: read the length header correctly 2022-01-20 09:38:32 +01:00
read_test.go daemon/logger: read the length header correctly 2022-01-20 09:38:32 +01:00