sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.82k stars 323 forks source link

(fix) MarshalJSON spells with one "l" #198

Closed alexandear closed 9 months ago

alexandear commented 11 months ago

This PR renames MarshallJSON to MarshalJSON. See the json.Marshaler interface function MarshalJSON. Also, corrects the doc comment and adds error checking.