Skip to content

stepga/go_study_progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published