Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Nov 10, 2016
1 parent bb0eeda commit 2b13455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ if typed, ok := symbol.(*string); ok {
you can just simply do:

```go
plug, err := plugin_api.BindPluginAPI("plugin.so") // plug is *plugin_api.BindPluginAPI
plug, err := plugin_api.BindPluginAPI("plugin.so") // plug is *plugin_api.PluginAPI

if err != nil {
panic(err)
Expand Down

0 comments on commit 2b13455

Please sign in to comment.