Go, from the beginning
Go, from the beginning
from o to hero
About the Book
This book is meant to be free.
Table of Contents
-
Your first program
- Introduction
- A history of Go
- What is it used for though?
- References
- Features
- Install Go
- A Go program
- Commands
- Summary
- ? Challenge
- Review & Self Study
- Assignment
- Solution
-
Using variables
- Introduction
- Declare variables
- Assign variables
- Data types
- String interpolation
- Assignment - define some variables and print them out
- ? Challenge
- Review & Self Study
- Solution
-
Flow control
- Introduction
- Flow control
-
The
if
construct -
Using
else if
- Multiple expressions
- Assignment - create a program that tests your Boolean logic
- ? Challenge
- Solution
- Review & Self Study
-
Converting between types
- Introduction
- Why convert between types
- Use case - command-line arguments
-
Convert from string to int with
strconv
- Parse string to int
- Integer to string
- Additional parsing
- Assignment
- Solution
- ? Challenge
-
Working with loops
- Introduction
- The case for looping statements
-
The
for
loop -
Repeat until the condition is met with
while
- Using for-each over a range
-
Controlling the loop with
continue
andbreak
- Assignment - create a command line loop
- ? Challenge
- Solution
-
Reading user input
- Introduction
- User input
-
Managing user input with
fmt
- Reading one input
- Reading multiple inputs
-
Scanf()
, scan the input with formatters - Learn more
- Assignment - read user input
- ? Challenge
- Solution
-
Using functions
- Introduction
- Why functions
-
Your first function
main()
- The anatomy of a function
- Adding a return type
- Multiple returns
- Assignment - adding a function to a program
- Solution
-
Handling errors
- Introduction
- Errors
-
Crash the program with
panic()
- Improve the error handling
-
Use the error pattern with the
errors
package - Assignment I - add error handling
- Solution I
- Assignment II - improve error logging
- Solution II
-
Arrays and slices
- Introduction
- Arrays
- Declare an array
- Accessing elements
- Length and capacity
- Slices
- Assignment - store log entries
- Solution
-
Structs
- Introduction
- Why structs
- Defining a struct
- Embedding a struct
- Adding implementation to structs
- Assignment - defining a struct
- Solution
-
Using maps
- Introduction
- The use case for a map
- Creating a map
- Read a value by key
- Iterate over a map
- Delete an entry
- Assignment - build a phone book
- Solution
- Challenge
-
Interfaces
- Introduction
- Interface
- Interface - describing a behaviour
- Implement an interface
- Type assertions
- Change a value
- Assignment
- Solution
-
Your first project
- Introduction
- Module use cases
- Consume internal files
- Creating a project
- The import statement
- Assignment - create a project
- Solution
- Challenge
-
Consume an external module
- Introduction
- External module
- Import module
- Use it in code
- Assignment - consume an external module
- Solution
- Challenge
-
Create a module meant for sharing
- Introduction
- Create a module
- Assignment - create a module meant for sharing and consume it
- Challenge
-
Test your code in Go
- Introduction
- Why we test
- What Go provides
- Your first test
- Control the test run
- Coverage
- Learn more
- Challenge
-
Working with JSON
- Introduction
- JSON
- Reading JSON
- Writing JSON
- Assignment
- Solution
- ? Challenge
- Learn more
-
Build a Web API
- Introduction
- Web API
-
The
net/http
library - Responding to a request
- Working with the request
- ServeMux, a better way
- Assignment - build a first web app
- Solution
- Challenge
-
Better logging with a logging library
- Introduction
- Reasons to log
- What to log
-
Using
log
- Assignment
- Solution
-
Working with strings
- Handling special characters
-
Inspect with
Contains()
-
Parsing with
Split()
- Presentation
- Assignment
- Solution
-
Use regular expressions to parse text
- What is RegEx and what to use it for
- Why use RegEx
- Where is it used ?
- Your first RegEx
- Character classes
- Repetition
- Anchors and boundaries
- Groups
- Named groups
- Assignment - create a Go program that parses a URL
- Replacing
- Assignment - replace content
- Solution II
-
Goroutines and channels
- Introduction
- Concurrency, what’s the benefit
- Goroutines
- Channels
-
Assignment -
SearchFiles()
with channels - Challenge
- Solution
-
Working with a database
- Introduction
- Select a sqlite driver
-
Use
sqlite3
from the console - Talking to your database via Go.
- Assignment
- Solution
-
Read and write to files
- Introduction
- Read a text file
- Write text to a file
- Append to a file
- Assignment
- Solution
- Challenge
-
Perform operations on files and directories
- Introduction
- File information
- Copy file
- Rename
- Remove file
- Create dir
- Read dir
- Assignment
- Solution
Causes Supported
Tree-Nation
You reforest the world
https://tree-nation.comTree-Nation is the largest reforestation platform enabling citizens and companies to plant trees around the world.
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them