Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jan 12, 2023
1 parent e2b4abf commit 47ac747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ type Title struct {
TextFontOffsetPoint float64
}

// Sum64 struct 的摘要
func (t *Title) Sum64() uint64 {
h := crc64.New(crc64.MakeTable(crc64.ECMA))
sz := unsafe.Sizeof(Title{})
Expand Down Expand Up @@ -89,6 +90,7 @@ type Card struct {
Text []string
}

// Sum64 struct 的摘要
func (c *Card) Sum64() uint64 {
h := crc64.New(crc64.MakeTable(crc64.ECMA))
sz := unsafe.Sizeof(Card{})
Expand Down

0 comments on commit 47ac747

Please sign in to comment.