-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Project Layout
- Loading branch information
Showing
10 changed files
with
453 additions
and
117 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
moul: moul/build@1.14.0 # https://github.com/moul/build | ||
|
||
workflows: | ||
main: | ||
jobs: | ||
- moul/golang-build: | ||
gopkg: moul.io/protoc-gen-gotemplate | ||
- moul/golang-build: | ||
gopkg: moul.io/protoc-gen-gotemplate | ||
tag: '1.12' | ||
- moul/golang-build: | ||
gopkg: moul.io/protoc-gen-gotemplate | ||
tag: '1.11' | ||
- moul/docker-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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Collapse vendored and generated files on GitHub | ||
vendor/* linguist-vendored | ||
rules.mk linguist-vendored | ||
*/vendor/* linguist-vendored | ||
*.gen.* linguist-generated | ||
*.pb.go linguist-generated | ||
go.sum linguist-generated | ||
go.mod linguist-generated | ||
gen.sum linguist-generated | ||
|
||
# Reduce conflicts on markdown files | ||
*.md merge=union |
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,28 +1,25 @@ | ||
vendor/**/.travis.yml | ||
# Temporary files | ||
*~ | ||
*# | ||
.#* | ||
coverage.txt | ||
|
||
/protoc-gen-gotemplate | ||
# Vendors | ||
package-lock.json | ||
node_modules/ | ||
vendor/ | ||
|
||
# Compiled Object files, Static and Dynamic libs (Shared Objects) | ||
*.o | ||
*.a | ||
# Binaries for programs and plugins | ||
dist/ | ||
gin-bin | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Folders | ||
_obj | ||
_test | ||
|
||
# Architecture specific extensions/prefixes | ||
*.[568vq] | ||
[568vq].out | ||
|
||
*.cgo1.go | ||
*.cgo2.c | ||
_cgo_defun.c | ||
_cgo_gotypes.go | ||
_cgo_export.* | ||
|
||
_testmain.go | ||
|
||
*.exe | ||
# Test binary, build with `go test -c` | ||
*.test | ||
*.prof | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# This file lists all individuals having contributed content to the repository. | ||
# For how it is generated, see 'https://github.com/moul/rules.mk' | ||
|
||
Alexandre Beslic <abeslic@abronan.com> | ||
Anastasia DERUELLE <anastasia.deruelle@gmail.com> | ||
Gero <geronimo@eclypsium.com> | ||
gfanton <guilhem.fanton@gmail.com> | ||
Guilhem Fanton <guilhem.fanton@gmail.com> | ||
Jan Weitz <jan@iosphere.de> | ||
jhayotte <julien.hayotte@gmail.com> | ||
Julien Hayotte <julien.hayotte@gmail.com> | ||
Manfred Touron <m@42.am> | ||
Mathieu Acthernoene <zoontek@gmail.com> | ||
Mike Lee <mike.lee@safeguardproperties.com> | ||
moul-bot <41326314+moul-bot@users.noreply.github.com> | ||
Pat Moroney <pat@pat.email> | ||
Pat Moroney <pmoroney@name.com> | ||
Peter Monko <piotrek.monko@gmail.com> | ||
Pierre Roullon <pierre.roullon@gmail.com> | ||
Quentin Perez <qperez@ocs.online.net> | ||
Renovate Bot <bot@renovateapp.com> | ||
Sacha Froment <sfroment42@gmail.com> | ||
Shogo Iwano <shiwano@gmail.com> | ||
Thomas KERAMBLOCH <tkerambloch@vente-privee.com> | ||
Tommy PAGEARD <tpageard@vente-privee.com> | ||
Valerio Gheri <valerio.gheri@gmail.com> | ||
Victor Login <batazor111@gmail.com> | ||
webii <michal.jaglewicz@gmail.com> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.