this repo has no description
0
fork

Configure Feed

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

goat: add missing error check

1l0 d66cec5d fa0e9d00

+1 -1
+1 -1
cmd/goat/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 }