Skip to content

Commit

Permalink
Merge pull request #249 from askuy/feature/removednsresolver
Browse files Browse the repository at this point in the history
remove ego dns resolver
  • Loading branch information
askuy authored Feb 4, 2022
2 parents 1f03fbd + 1d1dd3d commit 21d69e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 519 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ git checkout -b feature/my-feature origin/master

## 5 Golint
```bash
golint ./...
golangci-lint run ./...
golint $(go list ./... | grep -v /examples/)
golangci-lint $(go list ./... | grep -v /examples/)
```

## 6 Go Test
Expand Down
356 changes: 0 additions & 356 deletions client/egrpc/dns_registry.go

This file was deleted.

Loading

0 comments on commit 21d69e4

Please sign in to comment.