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