1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-07-03 00:37:01 +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

@ -3,7 +3,7 @@ package chroma
import (
"testing"
"github.com/alecthomas/assert"
"github.com/stretchr/testify/assert"
)
func TestNewlineAtEndOfFile(t *testing.T) {