From 8e384a00f12f9a3e67364b875e2506459863ca50 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Mon, 22 Apr 2019 11:11:28 +0200 Subject: [PATCH] docs: improve godocs formatting Signed-off-by: Ron Evans --- drivers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers.go b/drivers.go index 77b1849..d4e3735 100644 --- a/drivers.go +++ b/drivers.go @@ -32,8 +32,8 @@ // println("Pressure", float32(pressure)/100000, "hPa") // // time.Sleep(2 * time.Second) -// } // } +// } // // Each individual driver is contained within its own sub-package within this package and // there are no interdependencies in order to minimize the final size of compiled code that