Select the types of activity you want to include in your feed.
1//go:build prod 2 3package main 4 5import "github.com/spf13/cobra" 6 7// registerTools is a no-op in production builds 8func registerTools(*cobra.Command) {}