Commit 9a82fa03 authored by Yong Tang's avatar Yong Tang Committed by Miek Gieben

golinter fix (#1807)

This fix fixes golinter warning:
```
plugin/tls/tls_test.go:1::warning: file is not goimported (goimports)
```
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 05a030e1
...@@ -14,8 +14,8 @@ func TestTLS(t *testing.T) { ...@@ -14,8 +14,8 @@ func TestTLS(t *testing.T) {
expectedRoot string // expected root, set to the controller. Empty for negative cases. expectedRoot string // expected root, set to the controller. Empty for negative cases.
expectedErrContent string // substring from the expected error. Empty for positive cases. expectedErrContent string // substring from the expected error. Empty for positive cases.
}{ }{
// positive // positive
// negative // negative
} }
for i, test := range tests { for i, test := range tests {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment