gsilvapt / pmz

PoorMenZettel
MIT License
7 stars 2 forks source link

Standardize variable names #40

Closed gsilvapt closed 1 year ago

gsilvapt commented 2 years ago

Too many years writing Python makes me still use snake case sometimes. Example: https://github.com/gsilvapt/pmz/blob/6abddbd300916f3cbf2e2b732b55de36a23fab90/cmd/new.go#L43

Please review all variables names to ensure they all follow Go's ways (in this case, camelCase).