Skip to content

w32blaster/go-govendor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go-vendor container based on Alpine

This container contains:

  • Go-vendor to get the latest dependencies and build your Go project
  • few useful commands to print colored messages to output

Why do you need colored messages?

It is pretty useful in CI systems that works with Docker conainers. It allows you do not polute your build scripts with colors. You can simply call printGreen "Hello in green" and this message will be printed in green.

I use ConcourseCI and my logs look like this:

ConcourseCI Colored messages

Can you see these messages printed in green color? I used printGreenln "message" for that.

About

Docker image with govendor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published