diff options
Diffstat (limited to '_content/doc/tutorial/module-conclusion.html')
| -rw-r--r-- | _content/doc/tutorial/module-conclusion.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/_content/doc/tutorial/module-conclusion.html b/_content/doc/tutorial/module-conclusion.html new file mode 100644 index 00000000..f86af3af --- /dev/null +++ b/_content/doc/tutorial/module-conclusion.html @@ -0,0 +1,31 @@ +<!--{ + "Title": "Conclusion", + "Path": "/doc/tutorial/module-conclusion" +}--> + +<p> + In this tutorial, you wrote functions that you packaged into two modules: one + with logic for sending greetings; the other as a consumer for the first. +</p> + +<aside class="Note"> + <strong>Note:</strong> This topic is part of a multi-part tutorial that begins + with <a href="/doc/tutorial/create-module.html">Create a Go module</a>. +</aside> + +<p> + For more on managing dependencies in your code, see + <a href="/doc/modules/managing-dependencies">Managing dependencies</a>. For + more about developing modules for others to use, see + <a href="/doc/modules/developing">Developing and publishing modules</a>. +</p> + +<p>For many more features of the Go language, check out the + <a href="https://tour.golang.org/welcome/1">Tour of Go</a>. +</p> + +<p class="Navigation"> + <a class="Navigation-prev" href="/doc/tutorial/compile-install.html" + >< Compile and install the application</a + > +</p> |
