termui/doc.go

9 lines
280 B
Go
Raw Normal View History

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