File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "files" : [
3+ " README.md"
4+ ],
5+ "imageSize" : 100 ,
6+ "commit" : false ,
7+ "contributors" : [
8+ {
9+ "login" : " vishr" ,
10+ "name" : " Vishal Rana" ,
11+ "avatar_url" : " https://avatars.githubusercontent.com/u/314036?v=4" ,
12+ "profile" : " http://vishr.com" ,
13+ "contributions" : [
14+ " design"
15+ ]
16+ }
17+ ],
18+ "contributorsPerLine" : 7 ,
19+ "projectName" : " echo" ,
20+ "projectOwner" : " labstack" ,
21+ "repoType" : " github" ,
22+ "repoHost" : " https://github.com" ,
23+ "skipCi" : true
24+ }
Original file line number Diff line number Diff line change 11<a href =" https://echo.labstack.com " ><img height =" 80 " src =" https://cdn.labstack.com/images/echo-logo.svg " ></a >
2+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors- )
4+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
25
36[ ![ Sourcegraph] ( https://sourcegraph.com/github.com/labstack/echo/-/badge.svg?style=flat-square )] ( https://sourcegraph.com/github.com/labstack/echo?badge )
47[ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( https://pkg.go.dev/github.com/labstack/echo/v4 )
@@ -124,3 +127,23 @@ func hello(c echo.Context) error {
124127## License
125128
126129[ MIT] ( https://github.com/labstack/echo/blob/master/LICENSE )
130+
131+ ## Contributors ✨
132+
133+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
134+
135+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
136+ <!-- prettier-ignore-start -->
137+ <!-- markdownlint-disable -->
138+ <table >
139+ <tr >
140+ <td align="center"><a href="http://vishr.com"><img src="https://avatars.githubusercontent.com/u/314036?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vishal Rana</b></sub></a><br /><a href="#design-vishr" title="Design">🎨</a></td>
141+ </tr >
142+ </table >
143+
144+ <!-- markdownlint-restore -->
145+ <!-- prettier-ignore-end -->
146+
147+ <!-- ALL-CONTRIBUTORS-LIST:END -->
148+
149+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments