1
0
mirror of https://github.com/gizak/termui.git synced 2025-04-24 13:48:50 +08:00
termui/doc.go

9 lines
280 B
Go
Raw Permalink Normal View History

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