From 8eaf968a55c7b584dfbf18ddda592c41bbd0685e Mon Sep 17 00:00:00 2001 From: Peter Fraedrich Date: Mon, 8 Jul 2019 15:44:17 -0400 Subject: [PATCH] update --- aws.go | 2 +- azure.go | 2 +- detect.go | 2 +- digitalocean.go | 2 +- gce.go | 2 +- openstack.go | 2 +- softlayer.go | 2 +- vultr.go | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aws.go b/aws.go index 0183df4..1848e3f 100644 --- a/aws.go +++ b/aws.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "net/http" diff --git a/azure.go b/azure.go index c5c2ced..4ba53a2 100644 --- a/azure.go +++ b/azure.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "net/http" diff --git a/detect.go b/detect.go index fd05c41..ca88dd6 100644 --- a/detect.go +++ b/detect.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "net/http" diff --git a/digitalocean.go b/digitalocean.go index d06946c..15e5725 100644 --- a/digitalocean.go +++ b/digitalocean.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "net/http" diff --git a/gce.go b/gce.go index 2e3f599..76216a9 100644 --- a/gce.go +++ b/gce.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "net/http" diff --git a/openstack.go b/openstack.go index 18cd847..ea5992e 100644 --- a/openstack.go +++ b/openstack.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "io/ioutil" diff --git a/softlayer.go b/softlayer.go index ec22ef4..c9a8eb2 100644 --- a/softlayer.go +++ b/softlayer.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "net/http" diff --git a/vultr.go b/vultr.go index 89a5d44..284e163 100644 --- a/vultr.go +++ b/vultr.go @@ -1,4 +1,4 @@ -package detectcloud +package libdetectcloud import ( "net/http"