mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-19 17:49:02 +08:00
update book code
This commit is contained in:
@@ -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
|
||||
#
|
Reference in New Issue
Block a user