mirror of https://github.com/kubernetes/kops.git
Go format code
This commit is contained in:
parent
a67f1ac388
commit
430d5eded7
|
|
@ -17,13 +17,13 @@ limitations under the License.
|
||||||
package dns
|
package dns
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"github.com/digitalocean/godo"
|
||||||
"io"
|
"io"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
"context"
|
|
||||||
"github.com/digitalocean/godo"
|
|
||||||
//"github.com/digitalocean/godo/context"
|
//"github.com/digitalocean/godo/context"
|
||||||
|
|
||||||
"k8s.io/klog"
|
"k8s.io/klog"
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@ package dns
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"context"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue