package
0.0.0-20181102060906-4c40a2717eee
Repository: https://github.com/chrislusf/glow.git
Documentation: pkg.go.dev

# README

Stack analysis

Setup via docker-compose

  • See README to build glow docker image.
  • Create invert_file container

OSX

Cross compile artefact for docker

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build .

Build container with invert_file tag

docker build -t invert_file .

Start containers via docker-compose

docker-compose up

# Structs

No description provided by the author