refactor: remove dead storm code
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M internal/nix/option.go → internal/nix/option.go
@@ -23,7 +23,7 @@ URL string } type Option struct { - Name string `storm:"id"` + Name string Source string Declarations []Link Default *Docs `json:",omitempty"`@@ -33,7 +33,7 @@ Loc []string Parents string RelatedPackages Markdown `json:",omitempty"` Type string - ImportedAt time.Time `storm:"index"` + ImportedAt time.Time } func (Option) BleveType() string {