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

Configure Feed

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

Allow building on FreeBSD (#968)

This fixes https://github.com/sourcegraph/zoekt/issues/967.

I reported that also here: https://gitlab.com/gitlab-org/gitlab-zoekt-indexer/-/issues/91

+1 -1
+1 -1
index/indexfile.go
··· 12 12 // See the License for the specific language governing permissions and 13 13 // limitations under the License. 14 14 15 - //go:build linux || darwin 15 + //go:build linux || darwin || freebsd 16 16 17 17 package index 18 18