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