Skip to content

Commit 8d53ab6

Browse files
committed
fix: rename from template
1 parent 59e5afb commit 8d53ab6

20 files changed

Lines changed: 52 additions & 372 deletions

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "go-template dev container",
2+
"name": "go-broadcast dev container",
33
"image": "mcr.microsoft.com/devcontainers/go:0-1.24-bullseye",
44
"features": {
55
"ghcr.io/devcontainers/features/github-cli:1": {},

.github/AGENTS.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,6 @@ Additional `AGENTS.md` files **may exist in subdirectories** to provide more con
1616

1717
<br/>
1818

19-
## 🔍 Project Overview
20-
21-
**go-template** is a production-ready scaffold for building new Go libraries with zero setup friction.
22-
It ships with opinionated defaults that reflect current best practices—clean project layout,
23-
module-aware dependency management, and Makefiles that automate everything from linting and race-condition
24-
testing to snapshot releases. Out of the box, GitHub Actions orchestrate CI/CD: unit tests (with `testify`),
25-
coverage upload to Codecov, static analysis via golangci-lint and CodeQL, vulnerability auditing with Nancy,
26-
and one-command releases through GoReleaser.
27-
28-
Beyond automation, the template supplies all the "undifferentiated heavy lifting" a maintainer usually
29-
adds manually: standard README and license, issue and PR templates, CODEOWNERS, semantic version tagging helpers,
30-
label synchronization, and optional Slack/Discord/Twitter release announcements. Example functions, fuzz tests and
31-
benchmarks are already wired in, so you can focus on writing library code instead of plumbing.
32-
Clone, rename a few placeholders, and you have a fully instrumented Go library that is ready for continuous
33-
delivery and open-source collaboration from day one.
34-
35-
<br/>
36-
37-
---
38-
39-
<br/>
40-
4119
## 📁 Directory Structure
4220
| Directory | Description |
4321
|------------------|-----------------------------------------------------------------------------------|

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

33
github: mrz1836
4-
custom: https://mrz1818.com/?tab=tips&utm_source=github&utm_medium=sponsor-link&utm_campaign=go-template&utm_term=go-template&utm_content=go-template
4+
custom: https://mrz1818.com/?tab=tips&utm_source=github&utm_medium=sponsor-link&utm_campaign=go-broadcast&utm_term=go-broadcast&utm_content=go-broadcast

.github/IMAGES/go-share-image.png

-27.6 KB
Binary file not shown.

.github/SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔐 Security Policy
22

3-
Security is a priority. We maintain a proactive stance to identify and fix vulnerabilities in **go-template**.
3+
Security is a priority. We maintain a proactive stance to identify and fix vulnerabilities in **go-broadcast**.
44

55
<br/>
66

@@ -17,7 +17,7 @@ Security is a priority. We maintain a proactive stance to identify and fix vulne
1717
If you’ve found a security issue, **please don’t open a public issue or PR**.
1818

1919
Instead, send a private email to:
20-
📧 [go-template@mrz1818.com](mailto:go-template@mrz1818.com)
20+
📧 [go-broadcast@mrz1818.com](mailto:go-broadcast@mrz1818.com)
2121

2222
Include the following:
2323

@@ -73,6 +73,6 @@ To proactively protect this repository, we use several automated GitHub workflow
7373
- **[OpenSSF Scorecard](./workflows/scorecard.yml)**: Periodically evaluates the repository against OpenSSF Scorecard checks, providing insights and recommendations for improving supply chain security and best practices.
7474
- **[OSSAR Scan](./workflows/ossar.yml)**: Runs the Open Source Static Analysis Runner to detect vulnerabilities using a suite of community tools.
7575

76-
These workflows help us identify, remediate, and prevent security issues as early as possible in the development lifecycle. For more details, see the workflow files in the [`.github/workflows/`](https://github.com/mrz1836/go-template/tree/master/.github/workflows) directory.
76+
These workflows help us identify, remediate, and prevent security issues as early as possible in the development lifecycle. For more details, see the workflow files in the [`.github/workflows/`](https://github.com/mrz1836/go-broadcast/tree/master/.github/workflows) directory.
7777

7878
<br/>

.github/SUPPORT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# 🛟 Support Guide
22

3-
Need help with **go-template**? You're in the right place. Here’s how to get support, report issues, and stay aligned with project guidelines.
3+
Need help with **go-broadcast**? You're in the right place. Here’s how to get support, report issues, and stay aligned with project guidelines.
44

55
<br/>
66

77
## 💬 Questions & Discussion
88

99
Before asking, check the existing threads:
1010

11-
* 🔍 Search [Issues](https://github.com/mrz1836/go-template/issues) or [Pull Requests](https://github.com/mrz1836/go-template/pulls?q=is%3Apr+is%3Aopen+is%3Aclosed)
12-
* 🆕 Can’t find what you need? Start a [new issue](https://github.com/mrz1836/go-template/issues/new?template=question.yml).
11+
* 🔍 Search [Issues](https://github.com/mrz1836/go-broadcast/issues) or [Pull Requests](https://github.com/mrz1836/go-broadcast/pulls?q=is%3Apr+is%3Aopen+is%3Aclosed)
12+
* 🆕 Can’t find what you need? Start a [new issue](https://github.com/mrz1836/go-broadcast/issues/new?template=question.yml).
1313

1414
<br/>
1515

1616
## 🐞 Reporting Issues
1717

1818
Found a bug?
1919

20-
1. Check the [issue tracker](https://github.com/mrz1836/go-template/issues) to avoid duplicates.
20+
1. Check the [issue tracker](https://github.com/mrz1836/go-broadcast/issues) to avoid duplicates.
2121
2. If it’s new, open an issue with:
2222

2323
* Clear steps to reproduce
@@ -46,7 +46,7 @@ Everything from commit rules to contributor expectations is in [AGENTS.md](./AGE
4646
## 📬 Private Contact
4747

4848
For sensitive or non-public concerns, reach out to:
49-
📧 [go-template@mrz1818.com](mailto:go-template@mrz1818.com)
49+
📧 [go-broadcast@mrz1818.com](mailto:go-broadcast@mrz1818.com)
5050

5151
<br/>
5252

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gitpod workspace configuration for go-template
1+
# Gitpod workspace configuration for go-broadcast
22
# This file creates a repeatable cloud development environment.
33
# It ensures dependencies are installed and the codebase is vetted
44
# and tested on workspace start.

.golangci.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"sections": [
2323
"standard",
2424
"default",
25-
"prefix(github.com/mrz1836/go-template)"
25+
"prefix(github.com/mrz1836/go-broadcast)"
2626
]
2727
},
2828
"gofmt": {
@@ -33,7 +33,7 @@
3333
},
3434
"goimports": {
3535
"local-prefixes": [
36-
"github.com/mrz1836/go-template"
36+
"github.com/mrz1836/go-broadcast"
3737
]
3838
}
3939
}

.make/temp.mk

Lines changed: 0 additions & 69 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"go.useLanguageServer": true,
1515
"gopls": {
16-
"formatting.local": "github.com/mrz1836/go-template",
16+
"formatting.local": "github.com/mrz1836/go-broadcast",
1717
"formatting.gofumpt": true
1818
},
1919
"go.lintTool": "golangci-lint",

0 commit comments

Comments
 (0)