kochman / reload

Reloads Go code upon modification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reload

reload is a tool written in Go that watches a Go source code file for changes and automatically runs it.

Installation

go get github.com/kochman/reload

reload should run anywhere Go runs, though it has only been tested on OS X.

Usage

reload path-to-source.go

reload will pass through any arguments.

reload path-to-source.go -exampleArg="example"

About

Reloads Go code upon modification

License:MIT License


Languages

Language:Go 100.0%