mirror of
https://github.com/goodhosts/cli.git
synced 2026-04-27 07:06:00 +03:00
[PR #8] [MERGED] output fixes + goreleaser #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/goodhosts/cli/pull/8
Author: @luthermonson
Created: 5/21/2020
Status: ✅ Merged
Merged: 5/21/2020
Merged by: @luthermonson
Base:
master← Head:updates📝 Commits (2)
214f17fvendord6eb6a6default output acts like fmt.Println, goreleaser project name📊 Changes
13 files changed (+216 additions, -27 deletions)
View changed files
📝
.goreleaser.yml(+1 -3)📝
README.md(+24 -22)📝
cmd/list.go(+2 -2)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
main.go(+6 -0)➕
vendor/github.com/t-tomalak/logrus-easy-formatter/.gitignore(+1 -0)➕
vendor/github.com/t-tomalak/logrus-easy-formatter/LICENSE(+21 -0)➕
vendor/github.com/t-tomalak/logrus-easy-formatter/README.md(+81 -0)➕
vendor/github.com/t-tomalak/logrus-easy-formatter/formatter.go(+61 -0)➕
vendor/github.com/t-tomalak/logrus-easy-formatter/go.mod(+5 -0)➕
vendor/github.com/t-tomalak/logrus-easy-formatter/go.sum(+9 -0)📝
vendor/modules.txt(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.