termui/doc.go

9 lines
280 B
Go
Raw Normal View History

2017-01-14 06:07:43 +00:00
// Copyright 2017 Zack Guo <zack.y.guo@gmail.com>. All rights reserved.
2015-03-24 21:16:43 +00:00
// Use of this source code is governed by a MIT license that can
// be found in the LICENSE file.
/*
2018-11-29 04:12:36 +00:00
Package termui is a library for creating terminal user interfaces (TUIs) using widgets.
2015-03-24 21:16:43 +00:00
*/
package termui