![]() |
![]() |
|
02158 Concurrent Programming Fall 2024 |
CP Mini Lab 5: Introduction to Go |
Home | Plan | Material |
To get a first experience with the Go language.
Download the Go development tools from golang.org.
It is assumed the the programs are edited in a simple text editor and executed with go run.
go run Donald.go
[Alternatively, you may just compile the program with go build Donald.go and run the resulting Donald[.exe] program afterwards.]
Remember to create the channel with make(chan int) at initialization.
Enjoy!
Hans Henrik Løvengreen, Nov 15, 2024 |