Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 361 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 361 Bytes

Practicing Go

I think Go is great and I want to try it.

This repo will be used to learn syntax, concepts, and do exercises with Go.

Get started

Clone

git clone [email protected]:minhhoccode111/go-practice.git ~/project/go-practice/

Create symbolic link for Exercism directory

ln -sf ~/project/go-practice/exercism-go/ ~/exercism/go