-
-
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/[email protected] # 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 <[email protected]> | ||
Anastasia DERUELLE <[email protected]> | ||
Gero <[email protected]> | ||
gfanton <[email protected]> | ||
Guilhem Fanton <[email protected]> | ||
Jan Weitz <[email protected]> | ||
jhayotte <[email protected]> | ||
Julien Hayotte <[email protected]> | ||
Manfred Touron <[email protected]> | ||
Mathieu Acthernoene <[email protected]> | ||
Mike Lee <[email protected]> | ||
moul-bot <[email protected]> | ||
Pat Moroney <[email protected]> | ||
Pat Moroney <[email protected]> | ||
Peter Monko <[email protected]> | ||
Pierre Roullon <[email protected]> | ||
Quentin Perez <[email protected]> | ||
Renovate Bot <[email protected]> | ||
Sacha Froment <[email protected]> | ||
Shogo Iwano <[email protected]> | ||
Thomas KERAMBLOCH <[email protected]> | ||
Tommy PAGEARD <[email protected]> | ||
Valerio Gheri <[email protected]> | ||
Victor Login <[email protected]> | ||
webii <[email protected]> |
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.