mirror of
https://github.com/gytisrepecka/go-learning
synced 2024-11-21 18:49:30 +02:00
Updated README with initial details.
This commit is contained in:
parent
b4c4f41f44
commit
14079d51e7
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -1,2 +1,23 @@
|
|||
# go-learning
|
||||
Go language learning exercises.
|
||||
|
||||
|
||||
## Download and run ##
|
||||
|
||||
Download repository contents from GitHub:
|
||||
|
||||
```
|
||||
git clone https://github.com/gytisrepecka/go-learning.git
|
||||
```
|
||||
|
||||
Run desired file, e.g.:
|
||||
|
||||
```
|
||||
go run recursive-function.go
|
||||
```
|
||||
|
||||
Have fun!
|
||||
|
||||
## Credits ##
|
||||
|
||||
These programs are written as Go programming language self-learning effort by Gytis Repečka. Read more at [my website](https://gyt.is/).
|
||||
|
|
Loading…
Reference in a new issue