build: fix problems found by the deadcode linter

This commit is contained in:
Nick Craig-Wood 2019-01-11 16:55:25 +00:00
parent c1d9a1e174
commit 6b3a9bf26a
5 changed files with 2 additions and 16 deletions

View file

@ -40,7 +40,7 @@ const (
maxSleep = 2 * time.Second
decayConstant = 2 // bigger for slower decay, exponential
defaultDevice = "Jotta"
defaultMountpoint = "Sync"
defaultMountpoint = "Sync" // nolint
rootURL = "https://www.jottacloud.com/jfs/"
apiURL = "https://api.jottacloud.com/files/v1/"
baseURL = "https://www.jottacloud.com/"