소스 검색

import order

Miek Gieben 7 년 전
부모
커밋
09f25a7158
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      example.go

+ 1 - 0
example.go

@@ -7,6 +7,7 @@ import (
 	"os"
 
 	"github.com/coredns/coredns/plugin"
+
 	"github.com/miekg/dns"
 	"golang.org/x/net/context"
 )