Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package engine
import (
"github.com/google/wire"
)
var Set = wire.NewSet(
NewListGenerator,
NewPlaylists,
NewNowPlayingRepository,
NewPlayers,