MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / runGoTool

Function runGoTool

tools/mage/go.go:97–99  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

95}
96
97func runGoTool(args ...string) error {
98 return runGoFrom("tools", append([]string{"-exec", "go run exec_from.go -dir .."}, args...)...)
99}
100
101// CheckVersion checks the installed Go version against the minimum version we support.
102func (Go) CheckVersion() error {

Callers 10

AllowedFieldMaskPathsMethod · 0.85
MisspellMethod · 0.85
FmtMethod · 0.85
LintMethod · 0.85
CoverallsMethod · 0.85
MessagesMethod · 0.85
EventDataMethod · 0.85
GoMethod · 0.85
FmtMethod · 0.85
LintMethod · 0.85

Calls 1

runGoFromFunction · 0.85

Tested by

no test coverage detected