MCPcopy Create free account
hub / github.com/bracesdev/errtrace / isGoFile

Function isGoFile

cmd/errtrace/toolexec.go:245–247  ·  view source on GitHub ↗
(arg string)

Source from the content-addressed store, hash-verified

243}
244
245func isGoFile(arg string) bool {
246 return strings.HasSuffix(arg, ".go")
247}
248
249func (cmd *mainCmd) runOriginal(p toolExecParams) (exitCode int) {
250 tool := exec.Command(p.Tool, p.ToolArgs...)

Callers 1

rewriteCompileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected