瀏覽代碼

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