Browse Source

removed unused import: errors

Robert McLeod 10 years ago
parent
commit
4c3048964d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/setting/setting.go

+ 0 - 1
pkg/setting/setting.go

@@ -6,7 +6,6 @@ package setting
 import (
 import (
 	"bytes"
 	"bytes"
 	"encoding/json"
 	"encoding/json"
-	"errors"
 	"fmt"
 	"fmt"
 	"net/url"
 	"net/url"
 	"os"
 	"os"