-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcredits.tex
32 lines (26 loc) · 1.2 KB
/
credits.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Credits}
\chapter*{Credits}
All of these documents are taken from the \href{http://golang.org}{Go homepage}:
\begin{itemize}
\item \href{http://golang.org/doc/code.html}{"How to Write Go Code"}:
\url{http://golang.org/doc/code.html}
\item \href{http://golang.org/doc/effective_go.html}{"Effective Go"}:
\url{http://golang.org/doc/effective_go.html}
\item \href{http://golang.org/ref/spec}{"The Go Language Specification"}:
\url{http://golang.org/ref/spec}
\end{itemize}
The Gopher that appears on the cover is from the \verb|docs/gopher| directory
in the source packages\\
(\verb|docs/gopher/frontpage.png|).
The title page was developed from the template from the
\href{https://en.wikibooks.org/wiki/LaTeX/Title_Creation}{"Title Creation"}
section of the \href{https://en.wikibooks.org/wiki/LaTeX}{\LaTeX wikibook}.
\subsection*{See Also}
\begin{itemize}
\item \href{http://thestandardlibrary.com/go.html}{Go, The Standard Library}
(\url{http://thestandardlibrary.com/go.html}) by
\href{http://verboselogging.com/}{Daniel Huckstep}, covers the Go standard
library in great detail. It is supported by excellent code examples.
\end{itemize}