// Flux Feed main entrypoint package main import ( "git.runcible.io/androiddrew/flux-feed/cmd" ) func main() { cmd.Execute() }