Skip to content

Aliaksie/learning-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Go

First step

Help

go help

Run

go run .
go run name.go
time go run .

Build

go build name.go

Instal 3rd pkg

  • go get github.com/gorilla/mux
  • go get -u github.com/gorilla/mux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages