summaryrefslogtreecommitdiff
path: root/Lib/go
diff options
context:
space:
mode:
authorRick Luddy <rick.luddy@demiurgestudios.com>2015-09-03 14:30:18 -0400
committerRick Luddy <rick.luddy@demiurgestudios.com>2015-09-03 14:30:18 -0400
commitb1204ce92f94a3183e5528f70076b284726bcbe0 (patch)
tree617afddb1652033d4c8cc3c5e975566b824a76be /Lib/go
parenta1e385694e9a0aa543e9eeb362626a4f10708ff6 (diff)
downloadswig-b1204ce92f94a3183e5528f70076b284726bcbe0.tar.gz
Revert reference change; update CHANGES.current
Diffstat (limited to 'Lib/go')
-rw-r--r--Lib/go/go.swg3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/go/go.swg b/Lib/go/go.swg
index 54a6f08a2..24f1b73f7 100644
--- a/Lib/go/go.swg
+++ b/Lib/go/go.swg
@@ -430,7 +430,8 @@
/* Needed to avoid confusion with the way the go module handles
references. */
-%typemap(gotype) char& "*byte"
+%typemap(gotype) char&, unsigned char& "*byte"
+%typemap(gotype) signed char& "*int8"
%typemap(in)
char *, char[ANY], char[]