apparentorder / reweb

re:Web enables classic web applications to run on AWS Lambda.
https://reweb.neveragain.de
BSD 2-Clause "Simplified" License
130 stars 11 forks source link

Format, lint, go mod #2

Closed ipmb closed 3 years ago

ipmb commented 3 years ago

This is a pass of:

apparentorder commented 3 years ago

Sorry for the delayed reaction.

As you probably have guessed, I'm not very familiar with how to "do things" in Go projects. Using go-fmt and having a go.mod immediately makes sense to me.

I'm still struggling with go.sum though: When I'm producing a checksum file locally, I see that all generated checksums are identical to your commit -- but your file has five extra lines / hashes. I'm still trying to understand how I can verify those. (I'm on go 1.15 here, maybe that's why).

I'll merge when verified.

Thanks a lot! I appreciate hints towards "proper Go". :-)