github.com/decred/dcrlnd@v0.7.6/cmd/dcrlncli/autopilotrpc_disabled.go (about) 1 //go:build no_autopilotrpc 2 // +build no_autopilotrpc 3 4 package main 5 6 import "github.com/urfave/cli" 7 8 // autopilotCommands will return nil for non-autopilotrpc builds. 9 func autopilotCommands() []cli.Command { 10 return nil 11 }