浏览代码

Fix style problems (#290)

Margaret Nolan 7 年前
父节点
当前提交
4f021ae4cb
没有帐户链接到提交者的电子邮件
共有 3 个文件被更改,包括 4 次插入3 次删除
  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 查看文件

3
 ### What version of pprof are you using?
3
 ### What version of pprof are you using?
4
 
4
 
5
 If you are using pprof via `go tool pprof`, what's your `go env` output?
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
 ### What operating system and processor architecture are you using?
9
 ### What operating system and processor architecture are you using?

+ 2
- 2
CONTRIBUTING.md 查看文件

47
 git push aalexand
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
 code review.
51
 code review.
52
 
52
 
53
 # Code reviews
53
 # Code reviews
54
 
54
 
55
 All submissions, including submissions by project members, require review.
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
 The pprof source code is in Go with a bit of JavaScript, CSS and HTML. If you
58
 The pprof source code is in Go with a bit of JavaScript, CSS and HTML. If you
59
 are new to Go, read [Effective Go](https://golang.org/doc/effective_go.html) and
59
 are new to Go, read [Effective Go](https://golang.org/doc/effective_go.html) and

+ 1
- 0
internal/driver/webhtml.go 查看文件

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