termui/doc.go

9 lines
280 B
Go
Raw Normal View History

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