Skip to content

Commit

Permalink
Merge pull request #148 from Jacalz/bundle-strings
Browse files Browse the repository at this point in the history
Try to see if string resources improve memory usage in staticcheck
  • Loading branch information
andydotxyz authored Dec 15, 2020
2 parents 4da4414 + e953607 commit f0fedcf
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 59 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
103 changes: 45 additions & 58 deletions theme/bundled.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/theme.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package theme // import "fyne.io/fynedesk/theme"

//go:generate fyne bundle -package theme -o bundled.go .
//go:generate fyne bundle -package theme -o bundled.go assets

import (
"image/color"
Expand Down

0 comments on commit f0fedcf

Please sign in to comment.