mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[PR #90] [MERGED] chore: run goimports #203
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/90
Author: @aykevl
Created: 9/10/2024
Status: ✅ Merged
Merged: 9/10/2024
Merged by: @devgianlu
Base:
master← Head:goimports📝 Commits (1)
d37ff77chore: run goimports📊 Changes
35 files changed (+110 additions, -75 deletions)
View changed files
📝
ap/ap.go(+6 -5)📝
ap/conn.go(+2 -1)📝
ap/shannon.go(+2 -1)📝
apresolve/resolve.go(+4 -3)📝
audio/chunked_reader.go(+4 -3)📝
audio/metadata.go(+3 -2)📝
audio/provider.go(+2 -1)📝
cmd/daemon/api_server.go(+5 -4)📝
cmd/daemon/controls.go(+4 -3)📝
cmd/daemon/main.go(+5 -4)📝
cmd/daemon/player.go(+6 -5)📝
cmd/daemon/state.go(+2 -1)📝
dealer/dealer.go(+5 -4)📝
dealer/recv.go(+3 -2)📝
ids.go(+2 -1)📝
login5/hashcash.go(+3 -2)📝
login5/login5.go(+6 -5)📝
output/driver_unix.go(+4 -3)📝
output/mixer_unix.go(+2 -1)📝
platform.go(+2 -1)...and 15 more files
📄 Description
I ran
goimports -w .on the repository to sort all imports in the same way that VSCode does, with the exception of the proto/ directory because those are automatically generated files.This makes it easier to edit files in VSCode with the default settings, without introducing spurious changes.
I don't know whether this is a change you'd like to have, but it makes things a little bit easier for me :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.