shigmas / go-plugin-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin example for golang

I wrote this a while ago, so I don't remember much.

It's not an example of how to write a good plugin. Just a plugin.

To run, you have to supply the path to go, since I hate it when it's just assumed. So, something like this:

GO=`which go` make

About


Languages

Language:Go 76.7%Language:Makefile 23.3%