From 67874590183670039e7456f9f19379ee9c21069f Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Wed, 3 Aug 2022 16:24:47 +0200 Subject: [PATCH] all: format code according to Go 1.19 rules Go 1.19 started reformatting code in a way that makes it more obvious how it will be rendered on pkg.go.dev. It gets it almost right, but not entirely. Therefore, I had to modify some of the comments so that they are formatted correctly. --- mac.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mac.go b/mac.go index 815b273..2bad98c 100644 --- a/mac.go +++ b/mac.go @@ -28,6 +28,7 @@ func (a HardwareAddr) String() string { // ParseMAC parses s as an IEEE 802 MAC-48, EUI-48, EUI-64, or a 20-octet // IP over InfiniBand link-layer address using one of the following formats: +// // 00:00:5e:00:53:01 // 02:00:5e:10:00:00:00:01 // 00:00:00:00:fe:80:00:00:00:00:00:00:02:00:5e:10:00:00:00:01