Skip to content

Commit 80b72b4

Browse files
author
Vic Shóstak
authored
Merge pull request #67 from create-go-app/dev
Update copyright in configs
2 parents f000c1b + d2e0bda commit 80b72b4

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
go.sum merge=union
2+
*.go text eol=lf

pkg/registry/configs/.cgapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A default configuration for Create Go App project.
2-
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
2+
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
33
# For more information, please visit https://create-go.app/
44

55
# Project config.

pkg/registry/configs/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A default .editorconfig for Create Go App project.
2-
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
2+
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
33
# For more information, please visit https://create-go.app/
44

55
root = true
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# A default .gitattributes for Create Go App project.
2-
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
2+
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
33
# For more information, please visit https://create-go.app/
44

55
go.sum merge=union
6+
*.go text eol=lf

pkg/registry/configs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A default .gitignore for Create Go App project.
2-
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
2+
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
33
# For more information, please visit https://create-go.app/
44

55
# macOS

pkg/registry/configs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A default Makefile for Create Go App project.
2-
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
2+
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
33
# For more information, please visit https://create-go.app/
44

55
.PHONY: test run build

pkg/registry/configs/deploy-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ansible playbook for deploy the Create Go App project.
2-
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
2+
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
33
# For more information, please visit https://create-go.app/
44

55
---

0 commit comments

Comments
 (0)