kabukky / klaus

Watches a Go source directory for changes. Compiles and runs the binary upon changes.

Home Page:https://www.youtube.com/watch?v=ChOHnSL7ZCg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Klaus

Build Status

To ignore several subdirs add them to a .klausignore-file

This service is intended as go file-watcher.

Just use the "klaus" serivce as Docker base image and put your go-Files into "/go/src/myproject". Klaus will watch for changes in the current workdir and do a go build.

Example use:

FROM kaih/klaus

WORKDIR /go/src/myproject

COPY ./src/myproject ./

This should NOT used in a production environment!

About

Watches a Go source directory for changes. Compiles and runs the binary upon changes.

https://www.youtube.com/watch?v=ChOHnSL7ZCg


Languages

Language:Go 96.5%Language:Dockerfile 3.5%