Skip to content

Commit

Permalink
remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Feb 27, 2023
1 parent ea35631 commit fe15e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ var (
type item struct {
title string
desc string
pid string
}

func (i item) Title() string { return i.title }
Expand Down

0 comments on commit fe15e27

Please sign in to comment.