waigo

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

README

waigo

Waits until any file belonging to the current project and required by the Go package in the current directory changes.

Install

$ (cd /; GO111MODULE=on go get github.com/mkmik/waigo@master)

Usage

$ cd myproject/pkg/somepkg
$ while waigo; do go test; done

Now you can edit sources in this package and in other related packages in your project and have the test for the current package re-run if anything changes.

Handy in combination with arepa:

; cat ~/bin/ago
#!/bin/bash

exec arepa -t waigo go "$@"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL