Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.02 KB

Alert Logo

alert

GoDoc Go Report Card GolangCI Lint

A Simple cross-platform alert library for go.

Installation

go get github.com/fcjr/alert

Usage

import "github.com/fcjr/alert"

alert.Info("Example Message", "Example Message Text")

Progress

  • Basic mac
  • Basic windows
  • Basic linux
  • Advanced mac (Input, Scroll UI, etc)
  • Advanced windows
  • Advanced linux