aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/testdata/method2/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testplugin/testdata/method2/main.go')
-rw-r--r--misc/cgo/testplugin/testdata/method2/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/testplugin/testdata/method2/main.go b/misc/cgo/testplugin/testdata/method2/main.go
index 6a87e7b6a0..89afbda3d4 100644
--- a/misc/cgo/testplugin/testdata/method2/main.go
+++ b/misc/cgo/testplugin/testdata/method2/main.go
@@ -15,7 +15,7 @@ import (
var t p.T
-type I interface { M() }
+type I interface{ M() }
func main() {
pl, err := plugin.Open("method2.so")