]> Cypherpunks repositories - gostls13.git/commit
plugin: remove unnecessary import "C" from example
authorFrancesc Campoy <campoy@golang.org>
Thu, 9 Feb 2017 03:12:19 +0000 (19:12 -0800)
committerFrancesc Campoy Flores <campoy@golang.org>
Thu, 9 Feb 2017 18:32:53 +0000 (18:32 +0000)
commit38b3661b45ff62de28abc20057503422337330f7
tree0dc7057c8649a92ca8def83d92e40cd62c9822e6
parentbd2f7c7c411bdbd75a194e745bec222390c1c99e
plugin: remove unnecessary import "C" from example

It seems that it is not needed to import the pseudo package "C"
for the plugin to be built correctly.
Removing it to avoid confusion.

Change-Id: I62838a953ad2889881bfbfd1a36141661565f033
Reviewed-on: https://go-review.googlesource.com/36638
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/plugin/plugin.go