Skip to content

Commit

Permalink
Use uncompressed resources.
Browse files Browse the repository at this point in the history
It has no impact on speed, and it should make it easier to switch away from git-lfs.
  • Loading branch information
corywalker committed Aug 17, 2023
1 parent 85c3639 commit 2416263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion expreduce/builtin.go
@@ -1,4 +1,4 @@
//go:generate go-bindata -pkg expreduce -o resources.go resources/...
//go:generate go-bindata -pkg expreduce -nocompress -o resources.go resources/...

package expreduce

Expand Down
4 changes: 2 additions & 2 deletions expreduce/resources.go
Git LFS file not shown

0 comments on commit 2416263

Please sign in to comment.