Skip to content

Instantly share code, notes, and snippets.

@Bebbolus
Created November 30, 2018 16:44
Show Gist options
  • Save Bebbolus/786a77e4ea6a173554f7492971e97644 to your computer and use it in GitHub Desktop.
Save Bebbolus/786a77e4ea6a173554f7492971e97644 to your computer and use it in GitHub Desktop.
package main
import "fmt"
type myPlugin string
func (h myPlugin) Talk() {
fmt.Println("Hello FROM PLUGIN!!!")
}
var MyPlugin myPlugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment