https://github.com/bluesky-social/goat but with tangled's CI
10
fork

Configure Feed

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

goat: add missing error check

1l0 dc2ac885 f640b1a6

+1 -1
+1 -1
repo.go
··· 302 302 303 303 recPath := topDir + "/" + string(k) 304 304 fmt.Printf("%s.json\n", recPath) 305 - os.MkdirAll(filepath.Dir(recPath), os.ModePerm) 305 + err = os.MkdirAll(filepath.Dir(recPath), os.ModePerm) 306 306 if err != nil { 307 307 return err 308 308 }