Improve async dns transports

This commit is contained in:
世界
2022-08-17 20:10:59 +08:00
parent 002a519a17
commit 738bb0eabc
5 changed files with 9 additions and 9 deletions

View File

@@ -34,9 +34,9 @@ lint_install:
test:
@go test -v . && \
@pushd test && \
@go test -v . && \
@popd
pushd test && \
go test -v . && \
popd
clean:
rm -rf bin dist