mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
Format and rename color/ to src/
This commit is contained in:
parent
e64d1180f5
commit
4dcb5bca42
5 changed files with 3 additions and 4 deletions
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Format Code
|
- name: Format Code
|
||||||
run: v fmt -w .
|
run: v fmt -w ./
|
||||||
|
|
||||||
- name: Push To GitHub
|
- name: Push To GitHub
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
@ -2,7 +2,6 @@ module color
|
||||||
|
|
||||||
import term
|
import term
|
||||||
|
|
||||||
|
|
||||||
// Color is a Style extension that also supports rendering in the background.
|
// Color is a Style extension that also supports rendering in the background.
|
||||||
// Every Color is a Style, but not every Style is a Color.
|
// Every Color is a Style, but not every Style is a Color.
|
||||||
pub interface Color {
|
pub interface Color {
|
Loading…
Add table
Add a link
Reference in a new issue