Skip to content

go-dialog is a Go wrapper for the dialog utility originally written by Savio Lam, and later rewritten by Thomas E. Dickey.

Notifications You must be signed in to change notification settings

dorzheh/go-dialog

Repository files navigation

Build Status Coverage Status

go-dialog

go-dialog is a Go wrapper for the dialog utility originally written by Savio Lam, and later rewritten by Thomas E. Dickey.

Usage

package main

import (
	"fmt"
	"github.com/weldpua2008/go-dialog"	
)
func main() {
   d := dialog.New(dialog.AUTO, 0)
   d.Msgbox("Hello world!")
}

Installation

 go get "github.com/weldpua2008/go-dialog"

Contributors

About

go-dialog is a Go wrapper for the dialog utility originally written by Savio Lam, and later rewritten by Thomas E. Dickey.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages