Skip to content

Commit

Permalink
feat: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed May 4, 2023
1 parent 9536acb commit e74bbef
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- main: ./cmd/deadnews-go-template/
- main: ./cmd/deadnews-template-go/

release:
prerelease: auto
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
hooks:
- id: check-github-workflows
- id: check-renovate

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier

- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
hooks:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# deadnews-go-template
# deadnews-template-go

> Go Project Template
[![Go Reference](https://pkg.go.dev/badge/github.com/DeadNews/deadnews-go-template.svg)](https://pkg.go.dev/github.com/DeadNews/deadnews-go-template)
[![Go Report Card](https://goreportcard.com/badge/github.com/DeadNews/deadnews-go-template)](https://goreportcard.com/report/github.com/DeadNews/deadnews-go-template)
[![CI/CD](https://github.com/DeadNews/deadnews-go-template/actions/workflows/go-app.yml/badge.svg)](https://github.com/DeadNews/deadnews-go-template/actions/workflows/go-app.yml)
[![pre-commit.ci](https://results.pre-commit.ci/badge/github/DeadNews/deadnews-go-template/main.svg)](https://results.pre-commit.ci/latest/github/DeadNews/deadnews-go-template/main)
[![codecov](https://codecov.io/gh/DeadNews/deadnews-go-template/branch/main/graph/badge.svg?token=OCZDZIYPMC)](https://codecov.io/gh/DeadNews/deadnews-go-template)
[![Go Reference](https://pkg.go.dev/badge/github.com/DeadNews/deadnews-template-go.svg)](https://pkg.go.dev/github.com/DeadNews/deadnews-template-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/DeadNews/deadnews-template-go)](https://goreportcard.com/report/github.com/DeadNews/deadnews-template-go)
[![CI/CD](https://github.com/DeadNews/deadnews-template-go/actions/workflows/go-app.yml/badge.svg)](https://github.com/DeadNews/deadnews-template-go/actions/workflows/go-app.yml)
[![pre-commit.ci](https://results.pre-commit.ci/badge/github/DeadNews/deadnews-template-go/main.svg)](https://results.pre-commit.ci/latest/github/DeadNews/deadnews-template-go/main)
[![codecov](https://codecov.io/gh/DeadNews/deadnews-template-go/branch/main/graph/badge.svg?token=OCZDZIYPMC)](https://codecov.io/gh/DeadNews/deadnews-template-go)
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/DeadNews/deadnews-go-template
module github.com/DeadNews/deadnews-template-go

go 1.20

Expand Down

0 comments on commit e74bbef

Please sign in to comment.