Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonny Schäfer
tubus
Commits
05503158
Commit
05503158
authored
Jan 04, 2016
by
Jonny Schäfer
Browse files
go fmt
parent
ae619f40
Changes
2
Hide whitespace changes
Inline
Side-by-side
logic.go
View file @
05503158
...
...
@@ -4,12 +4,12 @@ import (
"fmt"
"os"
"os/exec"
"path/filepath"
"regexp"
"sort"
"strconv"
"strings"
"sync"
"path/filepath"
)
// maps user input to events
...
...
store.go
View file @
05503158
...
...
@@ -10,7 +10,7 @@ import (
var
(
storeDefaultPlayer
=
""
// Contains path created by init()
storeDefaultSubscriptions
=
""
// Contains path created by init()
storeDefaultScripts
=
""
// Contains path created by init()
storeDefaultScripts
=
""
// Contains path created by init()
)
// init checks if the configuration directory exist and creates
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment