From d334a3619a9897ff43b76b8f60fa1a0a41b9cbe9 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 3 Apr 2021 13:18:17 -0400 Subject: Update linting and fix field alignment issues Signed-off-by: Dave Henderson --- gcp/meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcp') diff --git a/gcp/meta.go b/gcp/meta.go index 9c74d5de..894e9445 100644 --- a/gcp/meta.go +++ b/gcp/meta.go @@ -51,9 +51,9 @@ func GetClientOptions() ClientOptions { // metadata service version 1. type MetaClient struct { client *http.Client + cache map[string]string endpoint string options ClientOptions - cache map[string]string } // NewMetaClient constructs a new MetaClient with the given ClientOptions. If the environment -- cgit v1.2.3