mirror of
https://github.com/rclone/rclone.git
synced 2025-03-03 22:25:26 +08:00
7 lines
212 B
Go
7 lines
212 B
Go
// Copyright 2016 Canonical Ltd.
|
|
// Licensed under the LGPLv3, see LICENCE file for details.
|
|
|
|
// Package ansiterm provides a Writer that writes out the ANSI escape
|
|
// codes for color and styles.
|
|
package ansiterm
|