You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently go install github.com/PagerDuty/go-pagerduty/command@latest works, but results in a binary named "command". I would like to propose nesting the contents of command into another pd subfolder such that go install github.com/PagerDuty/go-pagerduty/command/pd@latest would work as expected.
The text was updated successfully, but these errors were encountered:
Since
go install
is now the recommended approach https://tip.golang.org/doc/go1.16#modules, steps/README should be updated accordingly.Currently
go install github.com/PagerDuty/go-pagerduty/command@latest
works, but results in a binary named "command". I would like to propose nesting the contents of command into anotherpd
subfolder such thatgo install github.com/PagerDuty/go-pagerduty/command/pd@latest
would work as expected.The text was updated successfully, but these errors were encountered: