Sebastien Blot 9ca1d0a10e use go:embed 2 anos atrás
..
static a22fd94ab9 Fix spelling 4 anos atrás
README.md ee73190698 Migrate to Go modules 5 anos atrás
serve.go 9ca1d0a10e use go:embed 2 anos atrás
serve_test.go 9ca1d0a10e use go:embed 2 anos atrás

README.md

Compiling and serving static files using esc

go install github.com/mjibson/esc

# Compile changes to static files 
esc -pkg serve -prefix cli/serve/static cli/serve/static > cli/serve/static.go

# Build and run CFSSL
go build ./cmd/cfssl/...
./cfssl serve