example icon indicating copy to clipboard operation
example copied to clipboard

PR: Fix example plugin test build failure

Open leiless opened this issue 5 years ago • 0 comments

Detailed test failure:

$ go test -v                                  
# _/tmp/example [_/tmp/example.test]
./example_test.go:33:44: undefined: example
FAIL	_/tmp/example [build failed]

After fix:

$ go test -v
=== RUN   TestExample
--- PASS: TestExample (0.00s)
=== RUN   TestSetup
--- PASS: TestSetup (0.00s)
PASS
ok  	_/home/lynnl/coredns-dev/example	0.011s

leiless avatar Feb 08 '20 13:02 leiless