Skip to content

wilsonshack/learning-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-go

This repo contains learning experiments in Go.

Requirements

  1. go available in cmd

For a good time:

  1. Install Air

    go install github.com/air-verse/air@latest

  2. Install the recommended VS Code Workspace extensions

Structure

Each folder is an experiment. No references between experiments.

Remember to run commands from the root of the experiment folder.

Some useful things I have learned

go cli

  • go env to print the Go environment information.
  • go help <command> to learn about a command

About

Learning Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 58.7%
  • HTML 27.1%
  • CSS 12.4%
  • PowerShell 1.8%