alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
testdata
/
golden
/
at
b227501acf82ca21a07a6cf1d7b36616a2b21327
1 folder
Keegan Carruthers-Smith
api: JSON omitempty on optional fields in FileMatch (#721)
2y ago
18b69993
TestReadSearch
api: JSON omitempty on optional fields in FileMatch (#721) There are several fields which are optional in FileMatch. For example branch and version are only set if indexing a git repo (zoekt can index arbitrary files). We mark these fields as optional to marshal in JSON. The main benefit of this is improving the readability of some golden files. Note: I noticed this when an unrelated commit touched these golden files. Test Plan: go test
2 years ago