mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-19 20:00:35 +08:00
update book code
This commit is contained in:
13
eBook/examples/chapter_19/goto_v1/Makefile
Normal file
13
eBook/examples/chapter_19/goto_v1/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2009 The Go Authors. 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=goto
|
||||
GOFILES=\
|
||||
key.go\
|
||||
main.go\
|
||||
store.go\
|
||||
|
||||
include $(GOROOT)/src/Make.cmd
|
Reference in New Issue
Block a user