Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Jan 19, 2019
1 parent bdc2e8e commit 1013424
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ type MenuInterface interface {
}

var vid *video.Video
var Options *options.Options
var menu MenuInterface

// Options holds the settings for the current core
var Options *options.Options

// Init is there mainly for dependency injection.
// Call Init before calling other functions of this package.
func Init(v *video.Video, m MenuInterface) {
Expand Down

0 comments on commit 1013424

Please sign in to comment.