update book code

This commit is contained in:
Unknwon
2015-03-03 12:25:25 -05:00
parent b8c82ba4e5
commit eab1d98ba8
465 changed files with 15392 additions and 1572 deletions

View File

@@ -0,0 +1,31 @@
# Tideland Common Go Library
#
# Copyright 2009-2011 Frank Mueller / Oldenburg / Germany.
#
# All rights reserved. Use of this source code is
# governed by a BSD-style license that can be found
# in the LICENSE file.
include $(GOROOT)/src/Make.inc
TARG=tideland-cgl.googlecode.com/hg
GOFMT=gofmt -w -tabindent -tabwidth=8
GOFILES=\
cgl.go\
cglsup.go\
cglfsm.go\
cglmon.go\
cglsmr.go\
cgltim.go\
cglsml.go\
include $(GOROOT)/src/Make.pkg
format:
${GOFMT} ${GOFILES}
${GOFMT} cgl_test.go
#
# EOF
#