summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2012-08-03 18:08:43 -0700
committerIan Lance Taylor <iant@golang.org>2012-08-03 18:08:43 -0700
commit523bf39fc51f63a512fe0fcafd1415e4aad5b6d5 (patch)
treea4ea7c3fc121499faf143c7b79c0da68919f5545 /api
parentfd1482d8c410c69f5762ca45f9ad91403ef0e8b3 (diff)
downloadgo-523bf39fc51f63a512fe0fcafd1415e4aad5b6d5.tar.gz
cmd/go, go/build, misc/swig: add SWIG support to Go tool
R=adg, rsc, franciscossouza, seb.binet, gen.battle CC=golang-dev http://codereview.appspot.com/5845071
Diffstat (limited to 'api')
-rw-r--r--api/next.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next.txt b/api/next.txt
index 883d1a5ec..447dd828e 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -23,6 +23,8 @@ pkg go/ast, method (CommentMap) Filter(Node) CommentMap
pkg go/ast, method (CommentMap) String() string
pkg go/ast, method (CommentMap) Update(Node) Node
pkg go/ast, type CommentMap map[Node][]*CommentGroup
+pkg go/build, type Package struct, SwigCXXFiles []string
+pkg go/build, type Package struct, SwigFiles []string
pkg go/doc, var IllegalPrefixes []string
pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
pkg math/big, method (*Int) MarshalJSON() ([]byte, error)