Files
netbird/client/cmd/update.go
T

14 lines
158 B
Go

//go:build !windows && !darwin
package cmd
import (
"github.com/spf13/cobra"
)
var updateCmd *cobra.Command
func isUpdateBinary() bool {
return false
}