Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: tools/bug_chomper/src/issue_tracker/issue_tracker.go

Issue 624813002: Run goimports through 'go' code in bug_chomper. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bug_chomper/src/issue_tracker/issue_tracker.go
diff --git a/tools/bug_chomper/src/issue_tracker/issue_tracker.go b/tools/bug_chomper/src/issue_tracker/issue_tracker.go
index e4854f5ee6d4c27142f991eaf05babc9294f0b98..42e2e53681a31d9042f2aa1896bfba4b04f2cdb2 100644
--- a/tools/bug_chomper/src/issue_tracker/issue_tracker.go
+++ b/tools/bug_chomper/src/issue_tracker/issue_tracker.go
@@ -16,7 +16,6 @@ package issue_tracker
import (
"bytes"
- "code.google.com/p/goauth2/oauth"
"encoding/json"
"fmt"
"io/ioutil"
@@ -24,6 +23,8 @@ import (
"net/url"
"strconv"
"strings"
+
+ "code.google.com/p/goauth2/oauth"
)
// BugPriorities are the possible values for "Priority-*" labels for issues.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698