mirror of
https://github.com/goodhosts/cli.git
synced 2026-04-27 07:06:00 +03:00
[PR #40] [MERGED] migrate to mage #40
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/40
Author: @luthermonson
Created: 12/24/2023
Status: ✅ Merged
Merged: 12/24/2023
Merged by: @luthermonson
Base:
main← Head:renovations📝 Commits (1)
601b65cmigrate to mage📊 Changes
21 files changed (+352 additions, -185 deletions)
View changed files
📝
.github/workflows/ci.yml(+12 -20)📝
.gitignore(+2 -0)📝
.goreleaser.yaml(+1 -1)📝
LICENSE(+1 -1)➖
Makefile(+0 -31)📝
cmd/add.go(+5 -6)📝
cmd/backup.go(+5 -5)📝
cmd/check.go(+3 -3)📝
cmd/clean.go(+2 -2)📝
cmd/edit.go(+2 -2)📝
cmd/list.go(+2 -2)📝
cmd/main.go(+39 -32)📝
cmd/remove.go(+13 -15)📝
cmd/restore.go(+5 -6)📝
go.mod(+9 -2)📝
go.sum(+21 -9)➕
mage/install/install.go(+44 -0)➕
mage/test/test.go(+45 -0)➕
magefile.go(+52 -0)📝
main.go(+48 -48)...and 1 more files
📄 Description
hostfilestohfeverywhere to avoid any future conflicts with package name🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.