Go format code

This commit is contained in:
Srikanth 2019-08-23 23:27:36 +05:30
parent a67f1ac388
commit 430d5eded7
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -18,9 +18,9 @@ package dns
import (
"bytes"
"context"
"errors"
"io/ioutil"
"context"
"net/http"
"testing"