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

Function runGo

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

Source from the content-addressed store, hash-verified

57}
58
59func runGo(args ...string) error {
60 return execGo(os.Stdout, os.Stderr, "run", args...)
61}
62
63func runGoFrom(dir string, args ...string) error {
64 return execGoFrom(dir, os.Stdout, os.Stderr, "run", args...)

Callers 2

InitDeviceRepoMethod · 0.85
InitStackMethod · 0.85

Calls 1

execGoFunction · 0.85

Tested by

no test coverage detected