Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 475 Bytes

Go Workshop

  1. Clone this repository

    go get github.com/toefel18/golangworkshop
  2. Use the golang cheatsheet as your goude!

  3. Cd to each directory, read the comments how to implement the exercise and run:

    cd 01-print-your-name
    go run main.go
  4. Check your answers in the answers branch!