Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 841 Bytes

learninggo.md

File metadata and controls

69 lines (46 loc) · 841 Bytes

% Title = "Learning Go" % abbrev = "Learning Go" % category = "std" % docName = "" % ipr= "trust200902" % date = 2015-01-07T00:00:00Z % area = "Application" % workgroup = "Go" % keyword = ["Go", "Language", "Computer"] % % [pi] % private = "yes" % footer = "" # Don't have the Expires ... % header = "Golang" % % [[author]] % initials = "R." % surname = "Gieben" % fullname = "R. (Miek) Gieben" % [author.address] % email = "[email protected]"

.# Preface {{preface.md}}

{mainmatter}

{.title}

Learning Go

{.title}

Introduction

{{introduction.md}}

Basics

{{basics.md}}

Functions

{{functions.md}}

Packages

{{packages.md}}

Beyond the basics

{{beyond.md}}

Interfaces

{{interfaces.md}}

Concurrency

{{channels.md}}

Communication

{{communication.md}}

{{inc/bib.xml}}

{backmatter}