Skip to content

Instantly share code, notes, and snippets.

@chrisjones-brack3t
Created September 28, 2015 21:47
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 chrisjones-brack3t/bcbfa67c54ba78dc0b36 to your computer and use it in GitHub Desktop.
Save chrisjones-brack3t/bcbfa67c54ba78dc0b36 to your computer and use it in GitHub Desktop.
Simple test of micropackage
package hello
import "fmt"
// SayHello says hello!
func SayHello() {
fmt.Println("HELLO!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment