mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
doc: remove inline styles
Change-Id: I7ca7e9a2d4cf97cf33c60a9a4d0ba5fb0ca6e44c Reviewed-on: https://go-review.googlesource.com/35098 Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
parent
d9a0579156
commit
b842c9aac7
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ $ <b>cd $HOME/go/src/hello</b>
|
|||
$ <b>go build</b>
|
||||
</pre>
|
||||
|
||||
<pre class="testWindows" style="display: none">
|
||||
<pre class="testWindows">
|
||||
C:\> <b>cd %USERPROFILE%\go\src\hello</b>
|
||||
C:\Users\Gopher\go\src\hello> <b>go build</b>
|
||||
</pre>
|
||||
|
@ -267,7 +267,7 @@ $ <b>./hello</b>
|
|||
hello, world
|
||||
</pre>
|
||||
|
||||
<pre class="testWindows" style="display: none">
|
||||
<pre class="testWindows">
|
||||
C:\Users\Gopher\go\src\hello> <b>hello</b>
|
||||
hello, world
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue