this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update version stuff

+2 -2
+2 -2
cmd/rainbow/main.go
··· 8 8 "time" 9 9 10 10 "github.com/bluesky-social/indigo/splitter" 11 - "github.com/bluesky-social/indigo/util/version" 11 + "github.com/carlmjohnson/versioninfo" 12 12 _ "go.uber.org/automaxprocs" 13 13 14 14 _ "net/http/pprof" ··· 40 40 app := cli.App{ 41 41 Name: "splitter", 42 42 Usage: "firehose proxy", 43 - Version: version.Version, 43 + Version: versioninfo.Short(), 44 44 } 45 45 46 46 app.Flags = []cli.Flag{