Adding something like a proper doc string

This commit is contained in:
Dan Buch 2012-12-26 10:55:50 -05:00
parent d246fc20a0
commit efeccf62a2

4
conway/doc.go Normal file
View File

@ -0,0 +1,4 @@
/*
Conway's Game of Life in Go (console and web.)
*/
package conway