mirror of
https://github.com/golang/go
synced 2024-11-21 23:14:40 -07:00
doc: move wiki tutorial into articles directory, rmdir doc/codelab
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5701050
This commit is contained in:
parent
b49dcb9d37
commit
cd1a2f7e74
@ -1,8 +1,11 @@
|
|||||||
<!-- Codelab: Writing Web Applications -->
|
<!--{
|
||||||
|
"Title": "Writing Web Applications"
|
||||||
|
}-->
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Covered in this codelab:
|
Covered in this tutorial:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Creating a data structure with load and save methods</li>
|
<li>Creating a data structure with load and save methods</li>
|
||||||
@ -33,7 +36,7 @@ Install Go (see the <a href="/doc/install.html">Installation Instructions</a>).
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Make a new directory for this codelab and cd to it:
|
Make a new directory for this tutorial and cd to it:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
@ -1,8 +1,11 @@
|
|||||||
<!-- Codelab: Writing Web Applications -->
|
<!--{
|
||||||
|
"Title": "Writing Web Applications"
|
||||||
|
}-->
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Covered in this codelab:
|
Covered in this tutorial:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Creating a data structure with load and save methods</li>
|
<li>Creating a data structure with load and save methods</li>
|
||||||
@ -33,7 +36,7 @@ Install Go (see the <a href="/doc/install.html">Installation Instructions</a>).
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Make a new directory for this codelab and cd to it:
|
Make a new directory for this tutorial and cd to it:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
@ -65,7 +65,7 @@ Answers to common questions about Go.
|
|||||||
<h3>Other introductory articles</h3>
|
<h3>Other introductory articles</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="codelab/wiki/">Writing Web Applications</a> -
|
<li><a href="/doc/articles/wiki/">Writing Web Applications</a> -
|
||||||
building a simple web application.</li>
|
building a simple web application.</li>
|
||||||
<li><a href="go_for_cpp_programmers.html">Go for C++ Programmers</a></li>
|
<li><a href="go_for_cpp_programmers.html">Go for C++ Programmers</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -235,8 +235,8 @@ read <a href="/doc/code.html">How to Write Go Code</a>.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Build a web application by following the <a href="/doc/codelab/wiki/">Wiki
|
Build a web application by following the <a href="/doc/articles/wiki/">Wiki
|
||||||
Codelab</a>.
|
Tutorial</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -153,8 +153,8 @@ read <a href="/doc/code.html">How to Write Go Code</a>.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Build a web application by following the <a href="/doc/codelab/wiki/">Wiki
|
Build a web application by following the <a href="/doc/articles/wiki/">Wiki
|
||||||
Codelab</a>.
|
Tutorial</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user