Commit graph

3 commits

Author SHA1 Message Date
Gusted
df5199c9a3
Remove unnecessary conversion
- Remove unnecessary type conversion.
- Found via: `golangci-lint run --enable unconvert ./...`
2022-11-13 12:11:55 +01:00
6543
b6d0a04b21
refactor: rm not needed type conversion 2022-11-12 21:04:34 +01:00
6543
6c63b66ce4 Refactor split long functions ()
we have big functions that handle all stuff ... we should split this into smaler chuncks so we could test them seperate and make clear cuts in what happens where

Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/135
2022-11-12 20:43:44 +01:00