Generate styles with go generate

This commit is contained in:
Tom Payne
2020-01-06 07:40:48 +01:00
committed by Christian Muehlhaeuser
parent 76ba5695bd
commit ef6bdc2ba2
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
package glamour
//go:generate go run ./internal/generate-style-json
import (
"github.com/charmbracelet/glamour/ansi"
)