dns relative tools like lookup or wireformat converter
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .PHONY: wireformat
-
- bin_path=./bin
-
- wireformat:
- go build -o $(bin_path)/wireformat cmd/wireformat/wireformat.go
-
- http-resolver:
- go build -o $(bin_path)/http-resolver cmd/dns/http-resolver.go
-
- fmt:
- go fmt ./...
|