Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Last active March 21, 2018 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonCooperWorks/3b7bd924a8b6f99f8147e3e52c30fae1 to your computer and use it in GitHub Desktop.
Save JonCooperWorks/3b7bd924a8b6f99f8147e3e52c30fae1 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
// Hello just prints hello, world to demonstrate the plugin system.
func Hello() {
fmt.Println("Hello, world")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment