Skip to content

Commit

Permalink
Merge pull request #67 from create-go-app/dev
Browse files Browse the repository at this point in the history
Update copyright in configs
  • Loading branch information
Vic Shóstak authored Apr 18, 2021
2 parents f000c1b + d2e0bda commit 80b72b4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
go.sum merge=union
*.go text eol=lf
2 changes: 1 addition & 1 deletion pkg/registry/configs/.cgapp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A default configuration for Create Go App project.
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
# For more information, please visit https://create-go.app/

# Project config.
Expand Down
2 changes: 1 addition & 1 deletion pkg/registry/configs/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A default .editorconfig for Create Go App project.
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
# For more information, please visit https://create-go.app/

root = true
Expand Down
3 changes: 2 additions & 1 deletion pkg/registry/configs/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# A default .gitattributes for Create Go App project.
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
# For more information, please visit https://create-go.app/

go.sum merge=union
*.go text eol=lf
2 changes: 1 addition & 1 deletion pkg/registry/configs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A default .gitignore for Create Go App project.
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
# For more information, please visit https://create-go.app/

# macOS
Expand Down
2 changes: 1 addition & 1 deletion pkg/registry/configs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A default Makefile for Create Go App project.
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
# For more information, please visit https://create-go.app/

.PHONY: test run build
Expand Down
2 changes: 1 addition & 1 deletion pkg/registry/configs/deploy-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ansible playbook for deploy the Create Go App project.
# Author: Vic Shóstak <[email protected]> (https://1wa.co)
# Author: Vic Shóstak <[email protected]> (https://shostak.dev)
# For more information, please visit https://create-go.app/

---
Expand Down

0 comments on commit 80b72b4

Please sign in to comment.