Index of /afs/cs.cmu.edu/academic/class/15440-f11/code/class04
Name Last modified Size Description
Parent Directory -
04-go-code.pdf 07-Sep-2011 23:09 12K
04-go-code.ps 07-Sep-2011 23:09 34K
Makefile 15-Sep-2011 10:16 267
bufb/ 08-Sep-2011 11:42 -
bufi/ 13-Sep-2011 09:18 -
proxy/ 07-Sep-2011 22:50 -
These directories & files provide examples of Go code.
"buf" code implements different buffers. Each has its own test code
For use within one thread / goroutine
bufb:
Linked list, where data elements are of type []byte
bufi:
Linked list, where data elements are generic, using interface types
proxy:
A UDP proxy.
Demonstrates use of net library and "map" to implement dictionary