From c7b6b899f1001acbb2e602ae861035a95086970f Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Sat, 12 May 2018 16:50:48 -0400 Subject: [PATCH] Fix Makefile go vet to use -unsafeptr=false, formatting in bmp180_test.go --- devices/bmxx80/bmp180_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/bmxx80/bmp180_test.go b/devices/bmxx80/bmp180_test.go index b24c0cc..d647edf 100644 --- a/devices/bmxx80/bmp180_test.go +++ b/devices/bmxx80/bmp180_test.go @@ -17,7 +17,7 @@ var opts180 = &Opts{Temperature: O1x, Pressure: O1x} func TestNew180_fail_read_chipid(t *testing.T) { bus := i2ctest.Playback{ Ops: []i2ctest.IO{ - // Chip ID detection read fail. + // Chip ID detection read fail. }, DontPanic: true, }