thoas / picfit

An image resizing server written in Go
http://bit.ly/1E7rSoi
MIT License
2.14k stars 177 forks source link

fix simplest config in Readme #200

Closed kraktus closed 3 months ago

kraktus commented 4 months ago

Thanks for the lib

Quite a strict JSON parser used for parsing the config, not allowing trailing commas, it was giving me the error While parsing config: invalid character '}' looking for beginning of object key string%

thoas commented 3 months ago

thx @kraktus