-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request: netutil: add more, imp errors, depr old pkgs
Merge in DNS/golibs from netutil-0.9.0 to master Squashed commit of the following: commit 5fd73cb Author: Ainar Garipov <[email protected]> Date: Mon Aug 9 13:48:49 2021 +0300 all: imp code commit a61b45d Author: Ainar Garipov <[email protected]> Date: Mon Aug 9 13:09:48 2021 +0300 all: imp code commit f940890 Author: Ainar Garipov <[email protected]> Date: Fri Aug 6 21:16:27 2021 +0300 netutil: add more, imp errors, depr old pkgs
- Loading branch information
Showing
16 changed files
with
1,239 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.POSIX: | ||
|
||
GO=go | ||
|
||
check: | ||
$(GO) vet ./... | ||
gocyclo --over 10 . | ||
staticcheck --checks=all ./cache/ ./errors/ ./log/ ./netutil/ ./stringutil/ | ||
$(GO) test --count 1 --race ./... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.