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