Skip to content

Valgueiro/learning-go

Repository files navigation

learning go

Based on: Learning Go

First steps

  1. Set GOPATH:
	export GOPATH=$(pwd)
	export PATH=$PATH:$GOPATH/bin
  1. go run <file.go>

Install deps

Go uses the repository itself, there is no dependency manager

go install github.com/rakyll/hey@latest

About

My annotations while i'm learning the golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published