Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Make make run run again #126

Merged
merged 1 commit into from
Apr 5, 2019
Merged

Make make run run again #126

merged 1 commit into from
Apr 5, 2019

Conversation

mthssdrbrg
Copy link
Contributor

Embarrassingly simple fix for #112, which took way too long to figure out 🙈

Relevant part from go help run:

$ go help run
usage: go run [build flags] [-exec xprog] package [arguments...]

Run compiles and runs the named main Go package.
Typically the package is specified as a list of .go source files,
but it may also be an import path, file system path, or pattern
matching a single known package, as in 'go run .' or 'go run my/cmd'.

Copy link
Contributor

@JoelSpeed JoelSpeed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are professionals 😉 🙈 😆

@mthssdrbrg mthssdrbrg merged commit 838b40d into master Apr 5, 2019
@pusher-ci pusher-ci deleted the make-make-run-run-again branch April 5, 2019 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants