mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #608] [CLOSED] style: format with gofumpt #995
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#995
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/certimate-go/certimate/pull/608
Author: @imlonghao
Created: 4/12/2025
Status: ❌ Closed
Base:
main← Head:gofumpt📝 Commits (1)
b21d0d3style: format with gofumpt📊 Changes
267 files changed (+446 additions, -510 deletions)
View changed files
📝
internal/applicant/acme_ca.go(+1 -1)📝
internal/applicant/acme_user.go(+1 -1)📝
internal/domain/dtos/certificate.go(+1 -1)📝
internal/domain/dtos/notify.go(+1 -1)📝
internal/domain/dtos/workflow.go(+1 -1)📝
internal/domain/provider.go(+1 -1)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/acmehttpreq/acmehttpreq.go(+1 -1)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/baiducloud/internal/lego.go(+1 -1)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/dnsla/internal/lego.go(+1 -1)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/dynv6/internal/lego.go(+1 -1)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/gname/internal/lego.go(+1 -1)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/jdcloud/internal/lego.go(+1 -1)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/tencentcloud-eo/internal/lego.go(+1 -1)📝
internal/pkg/core/deployer/deployer.go(+1 -1)📝
internal/pkg/core/deployer/providers/1panel-console/1panel_console.go(+1 -1)📝
internal/pkg/core/deployer/providers/1panel-console/1panel_console_test.go(+1 -1)📝
internal/pkg/core/deployer/providers/1panel-site/1panel_site.go(+1 -1)📝
internal/pkg/core/deployer/providers/1panel-site/1panel_site_test.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb_test.go(+1 -1)...and 80 more files
📄 Description
在 CONTRIBUTING.md 里有提到
但似乎并没有人这么做
代码里充满了 UTF-8 BOM 文件头,部分 Go 的代码没有格式化
此 PR 为在项目根目录运行
gofumpt -l -w .的结果🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.