hugo/transform
Bjørn Erik Pedersen 8f60c0c1ec livereloadinject: Save some allocations
As suggested by @DominoPivot

```
name                 old time/op    new time/op    delta
LiveReloadInject-10    1.11µs ± 2%    1.04µs ± 2%   -6.45%  (p=0.029 n=4+4)

name                 old alloc/op   new alloc/op   delta
LiveReloadInject-10    1.23kB ± 0%    0.89kB ± 0%  -27.69%  (p=0.029 n=4+4)

name                 old allocs/op  new allocs/op  delta
LiveReloadInject-10      12.0 ± 0%      10.0 ± 0%  -16.67%  (p=0.029 n=4+4)
```
2023-10-29 18:37:05 +01:00
..
livereloadinject livereloadinject: Save some allocations 2023-10-29 18:37:05 +01:00
metainject Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
urlreplacers all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
chain.go Replace deprecated ioutil with io and os 2023-03-01 16:28:43 +01:00
chain_test.go all: Fix minor typos 2020-12-16 12:11:32 +01:00