cellofellow / gopiano

Pandora library in Golang (similar to Pianobar).
BSD 2-Clause "Simplified" License
8 stars 7 forks source link

Minor update to support modern Golang formatting #8

Closed unclesp1d3r closed 6 months ago

unclesp1d3r commented 1 year ago

Refactor .gitignore, gopiano.go, go.mod, auth.go, and go.sum files: Updated imports, struct fields, and variable declarations.

unclesp1d3r commented 1 year ago

Specifically, I added support for go.mod, cleaned up some unnecessary type definitions, and reformatted to current 'go fmt' standards.