Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 531 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 531 Bytes

Growl for Golang

Growl support for Go. A port of visionmedia/node-growl.

View the docs.

Installation

go get -U github.com/go-libs/growl

Usage

import "github.com/go-libs/growl"

growl.Notify("Hello Growl", growl.Options{
    Title:    "Growl for Golang",
    Subtitle: "go-growl",
    Url:      "https://github.com/go-libs/growl",
    Sound:    "Tink",
})