termui/doc.go

9 lines
282 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.
2022-08-28 10:46:41 -06:00
// Use of this source code is governed by a GPLv3 license that can
2015-03-24 15:16:43 -06:00
// 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