[PR #8] [MERGED] output fixes + goreleaser #22

Closed
opened 2026-03-02 05:09:16 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: updates


📝 Commits (2)

  • 214f17f vendor
  • d6eb6a6 default 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.

## 📋 Pull Request Information **Original PR:** https://github.com/goodhosts/cli/pull/8 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 5/21/2020 **Status:** ✅ Merged **Merged:** 5/21/2020 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `master` ← **Head:** `updates` --- ### 📝 Commits (2) - [`214f17f`](https://github.com/goodhosts/cli/commit/214f17f90f822dfcaa13c4c02ec22d68faf26db9) vendor - [`d6eb6a6`](https://github.com/goodhosts/cli/commit/d6eb6a615513e2df5d39e2b32ca9a39fb177e059) default output acts like fmt.Println, goreleaser project name ### 📊 Changes **13 files changed** (+216 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:09:16 +03:00
Sign in to join this conversation.
No labels
bug
bug
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cli#22
No description provided.