-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from create-go-app/dev
Update copyright in configs
- Loading branch information
Showing
7 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
go.sum merge=union | ||
*.go text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
||
--- | ||
|