MCPcopy Index your code
hub / github.com/codingo/bbr / digTarget

Function digTarget

bbr.go:98–101  ·  view source on GitHub ↗

digTarget return the output of the dig command for target

()

Source from the content-addressed store, hash-verified

96
97// digTarget return the output of the dig command for target
98func digTarget() ([]byte, error) {
99 out, err := exec.Command("dig", *target).Output()
100 return out, err
101}
102
103// digTarget return the output of the dig command for target
104func curlTarget() ([]byte, error) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected