1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-27 13:48:49 +08:00
termdash/draw/draw.go
Jakub Sobon 6b592b7d34
Adding the draw library.
And a function that draws boxes.
2018-03-30 01:41:22 +03:00

4 lines
111 B
Go

// Package draw provides functions that draw lines, shapes, etc on 2-D terminal
// like canvases.
package draw