patrickhener / goshs

A SimpleHTTPServer written in Go, enhanced with features and with a nice design - https://goshs.de
MIT License
260 stars 22 forks source link

Resolve gocyclo #76

Closed patrickhener closed 2 months ago

patrickhener commented 2 months ago

Description

Gocyclo had a lot of complex code (> 15) in all kind of functions and files. This pull request will split up code a bit and make it more maintainable.