diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2021-04-03 13:18:17 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2021-04-03 14:23:00 -0400 |
| commit | d334a3619a9897ff43b76b8f60fa1a0a41b9cbe9 (patch) | |
| tree | 97f9fe27182604e41f08183fc42a2e4b4bded7ba /gcp | |
| parent | 507d41ae8a2536584eb032c98abc46496a77ea86 (diff) | |
Update linting and fix field alignment issues
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'gcp')
| -rw-r--r-- | gcp/meta.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
