add Go lang examples

This commit is contained in:
Juraj Michalek
2016-05-16 10:15:04 +02:00
parent 5fac352622
commit d7699815cc
3 changed files with 141 additions and 0 deletions

View File

@@ -50,7 +50,25 @@ How to run:
./generate-source-code.sh
./compile-source-code.sh
./download
Go language
-----------
Go examples based on: https://golang.org/
### 01-hello ###
How to run:
cd 01-hello
go run hello.go
### 02-conway ###
How to run
cd 02-conway
go run conway.go
GTK+
----