diff options
Diffstat (limited to 'gcp/meta.go')
| -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 |
