]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
Consistently use %v when (s)printing errors
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:32:51 +0000 (08:32 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 May 2021 06:32:51 +0000 (08:32 +0200)
commit184dff6d9bd322819d25e4dfdf0a69f2a163974b
tree865738a27065defd29159479bb90d7f92de641db
parente0d1ceb383e5672de1a414f192eb2849a1887934
Consistently use %v when (s)printing errors

Most of the code already used %v.
cmd/safcm-remote/run/cmd.go
cmd/safcm-remote/sync/sync.go
testutil/testutil.go