[READ-ONLY] Mirror of https://github.com/andrioid/gostack. Experimental backend stack (work-in-progress)
0

Configure Feed

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

gostack / main.go
87 B 7 lines
1package main 2 3import "github.com/andrioid/gostack/cmd" 4 5func main() { 6 cmd.Execute() 7}