Skip to content

Commit 3bf1ec7

Browse files
committed
fix: name
1 parent 8d53ab6 commit 3bf1ec7

2 files changed

Lines changed: 13 additions & 20 deletions

File tree

CITATION.cff

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
cff-version: 1.2.0
2-
message: "If you find go-template useful in your software or research, please cite this project using the following citation metadata. A citation helps support future development and encourages best practices in software reuse."
3-
title: "go-template"
1+
cff-version: 1.0.0
2+
message: "If you find go-broadcast useful in your software or research, please cite this project using the following citation metadata. A citation helps support future development and encourages best practices in software reuse."
3+
title: "go-broadcast"
44
version: "1.2.0"
5-
url: "https://github.com/mrz1836/go-template"
6-
repository: "https://github.com/mrz1836/go-template"
7-
repository-code: "https://github.com/mrz1836/go-template"
5+
url: "https://github.com/mrz1836/go-broadcast"
6+
repository: "https://github.com/mrz1836/go-broadcast"
7+
repository-code: "https://github.com/mrz1836/go-broadcast"
88
date-released: 2021-04-24
99
license: "Apache-2.0"
1010
type: software
@@ -14,16 +14,9 @@ authors:
1414
name: "mrz1836"
1515
keywords:
1616
- go
17-
- go-module
18-
- go-package
19-
- golang
20-
- starter-template
21-
- boilerplate
22-
- library-scaffold
23-
- CI/CD
24-
- GitHub Actions
25-
- GoReleaser
26-
- test-automation
27-
- open-source
17+
- go-broadcast
18+
- broadcast
19+
- file
20+
- file-broadcast
2821

29-
abstract: "go-template is a production-ready starter scaffold for Go libraries that bundles opinionated project structure, module management, and fully automated CI/CD workflows. It integrates GitHub Actions, GoReleaser, comprehensive testing and linting, and security scanning so maintainers can focus on writing code instead of setup and infrastructure."
22+
abstract: "go-broadcast is a file broadcasting library to other repositories."

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Example Dockerfile for a Go application (this is just a placeholder)
22
FROM scratch
3-
COPY go-template /
4-
ENTRYPOINT ["/go-template"]
3+
COPY go-broadcast /
4+
ENTRYPOINT ["/go-broadcast"]

0 commit comments

Comments
 (0)