1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-07-11 01:00:15 +02:00

Clean up imports and make cmd/chroma its own module.

This commit is contained in:
Alec Thomas
2021-06-18 16:55:49 +10:00
parent 9df8bd4f92
commit 54fd3bc12f
19 changed files with 59 additions and 47 deletions

View File

@ -7,7 +7,7 @@ import (
"strings"
"testing"
"github.com/alecthomas/assert"
"github.com/stretchr/testify/assert"
"github.com/alecthomas/chroma"
"github.com/alecthomas/chroma/lexers"