Browse Source

Fix style problems (#290)

Margaret Nolan 7 years ago
parent
commit
4f021ae4cb
No account linked to committer's email address
3 changed files with 4 additions and 3 deletions
  1. 1
    1
      .github/ISSUE_TEMPLATE.md
  2. 2
    2
      CONTRIBUTING.md
  3. 1
    0
      internal/driver/webhtml.go

+ 1
- 1
.github/ISSUE_TEMPLATE.md View File

@@ -3,7 +3,7 @@ Please answer these questions before submitting your issue. Thanks!
3 3
 ### What version of pprof are you using?
4 4
 
5 5
 If you are using pprof via `go tool pprof`, what's your `go env` output?
6
-If you run pprof from Github, what's the Git revision?
6
+If you run pprof from GitHub, what's the Git revision?
7 7
 
8 8
 
9 9
 ### What operating system and processor architecture are you using?

+ 2
- 2
CONTRIBUTING.md View File

@@ -47,13 +47,13 @@ git commit -a -m "Add new feature."
47 47
 git push aalexand
48 48
 ```
49 49
 
50
-where `aalexand` is your Github user ID. Then proceed to the Github UI to send a
50
+where `aalexand` is your GitHub user ID. Then proceed to the GitHub UI to send a
51 51
 code review.
52 52
 
53 53
 # Code reviews
54 54
 
55 55
 All submissions, including submissions by project members, require review.
56
-We use Github pull requests for this purpose.
56
+We use GitHub pull requests for this purpose.
57 57
 
58 58
 The pprof source code is in Go with a bit of JavaScript, CSS and HTML. If you
59 59
 are new to Go, read [Effective Go](https://golang.org/doc/effective_go.html) and

+ 1
- 0
internal/driver/webhtml.go View File

@@ -15,6 +15,7 @@
15 15
 package driver
16 16
 
17 17
 import "html/template"
18
+
18 19
 import "github.com/google/pprof/third_party/d3"
19 20
 import "github.com/google/pprof/third_party/d3tip"
20 21
 import "github.com/google/pprof/third_party/d3flamegraph"