Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deps + minor formatting improvements, fixes, features #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

montmanu
Copy link

@montmanu montmanu commented May 8, 2020

deps

  • support golang v1.13
  • migrate to Go Modules
  • replace github.com/codegangsta/cli with github.com/urfave/cli

formatting

  • reformat using go fmt
  • address golint warnings
  • address shellcheck warnings

fixes

  • update version const in joe.go to 1.0.3
  • add ./build prefix to executable path in tool.sh run

features

  • set executable path based on host environment in tool.sh run
  • forward remaining arguments to joe in tool.sh run
  • redirect output to stderr in usage function of tool.sh

fixes #91
closes #104
closes #100

deps
---------------

* support golang v1.13
* migrate to Go Modules
* replace github.com/codegangsta/cli with github.com/urfave/cli

formatting
---------------

* reformat using `go fmt`
* address `golint` warnings
* address `shellcheck` warnings

fixes
---------------

* update `version` const in `joe.go` to `1.0.3`
* add `./build` prefix to executable path in `tool.sh run`

features
---------------

* set executable path based on host environment in `tool.sh run`
* forward remaining arguments to `joe` in `tool.sh run`
* redirect output to `stderr` in `usage` function of `tool.sh`

fixes karan#91
closes karan#104
closes karan#100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version does not reflect minor releases
1 participant