Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Study Progress

Update Go

Download Go from 1 (see also 2), and then:

rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz

For updating the binaries installed via go, use gup 3:

go install github.com/nao1215/gup@latest
$GOPATH/bin/gup update --dry-run
$GOPATH/bin/gup help

A Tour of Go (2024/07/11)

See tour directory.

Documentation/Tutorials/Blog Posts

It's also always good to look at the annotated code pieces at Go By Example.

Learn Go With Tests

See tests directory.

Footnotes

  1. https://go.dev/dl/

  2. https://go.dev/doc/install

  3. https://github.com/nao1215/gup

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages