fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

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

1package zoekt 2 3func init() { 4 // no setting of file permissions on Windows 5 umask = 0 6}