Skip to content
/ alert Public

A simple cross-platform GUI alert library for go.

License

Notifications You must be signed in to change notification settings

fcjr/alert

Repository files navigation

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