hugo/resource
Cameron Moore 0a3340e952 resource: Optimize integrity string generation
Remove use of fmt.Sprintf for simple string concatenation.  A simple
change for a small perf boost.

```
name         old time/op    new time/op    delta
Integrity-4     525ns ± 2%     268ns ± 2%  -48.92%  (p=0.000 n=10+10)

name         old alloc/op   new alloc/op   delta
Integrity-4      144B ± 0%      112B ± 0%  -22.22%  (p=0.000 n=10+10)

name         old allocs/op  new allocs/op  delta
Integrity-4      5.00 ± 0%      3.00 ± 0%  -40.00%  (p=0.000 n=10+10)
```
2018-10-16 08:33:38 +02:00
..
bundler
create
integrity resource: Optimize integrity string generation 2018-10-16 08:33:38 +02:00
minifier
postcss common: Fix golint errors 2018-09-07 08:25:51 +02:00
templates
testdata
tocss/scss common: Fix golint errors 2018-09-07 08:25:51 +02:00
image.go resource: Fix golint issues 2018-09-07 08:25:51 +02:00
image_cache.go
image_test.go
resource.go tpl/collections: Add collections.Append 2018-09-14 10:12:08 +02:00
resource_cache.go
resource_metadata.go
resource_metadata_test.go
resource_test.go
smartcrop.go
testhelpers_test.go
transform.go tpl/collections: Add collections.Append 2018-09-14 10:12:08 +02:00
transform_test.go