Rainshaw
8374ed2268
feat: add sonic json support ( #3184 )
...
* feat: add sonic json support
* fix: add blank line in readme
2022-08-02 10:20:59 +08:00
Jeff
fb8a113f8d
ci: add github action workflows ( #2596 )
...
* ci: add github action workflows
* test: fixed the TestUnixSocket test on windows (#20 )
* ci: add github action workflows (#18 )
* Remove .travis.yml
* ci: replace GITTER_ROOM_ID and upload coverage every time you go test
* ci: update coverage using codecov/codecov-action@v1
* Merge branch 'master' into github-actions
* repo: replace travis ci to github actions
* ci: add go version 1.16
* fix: go install requires a specific version
* chore(ci): remove go 1.12 support
* chore(ci): remove os windows-latest
Co-authored-by: thinkerou <thinkerou@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2021-06-23 13:10:49 +08:00
Antoine GIRARD
fd8a65b252
Add build tag nomsgpack ( #1852 )
...
* add build tag nomsgpack
* Update copyright
* Update copyright
2020-01-07 11:31:10 +08:00
thinkerou
3c8e29b53c
drop support govendor ( #2148 )
2019-11-25 15:42:23 +08:00
田欧
0feaf8cbd8
Split examples to alone repo ( #1776 )
...
* split examples to alone repo
* vendor
* fix package error
* add examples/README.md
2019-03-01 23:42:41 +08:00
田欧
e6886e1539
chore: fix Make script when failed ( #1774 )
2019-02-21 20:32:55 +08:00
thinkerou
0bfc9cbcdb
ci: exit 1 when build fail ( #1695 )
...
Like this:
```
FAIL github.com/gin-gonic/gin [build failed]
```
2018-12-26 00:27:46 +08:00
thinkerou
cce49582d6
ci: break when test fail ( #1671 )
2018-12-05 13:49:03 +08:00
田欧
523435e524
attempt to support go module ( #1569 )
...
* support go module
* update golint package url
* update golint
2018-10-15 12:52:51 +08:00
Bo-Yi Wu
01ca2530d4
refactor(Makefile): allow overriding default go program ( #1593 )
2018-10-14 12:39:16 +08:00
Bo-Yi Wu
268e30710b
fix(Makefile): golint to new URL ( #1592 )
...
as title. Just update the golint to new URL.
2018-10-14 11:05:24 +08:00
田欧
737d2fb7ab
add grpc example ( #1401 )
...
use grpc helloworld example.
2018-06-22 09:51:06 +08:00
田欧
783c7ee9c1
Add some test cases and run test cases on binding/render dir ( #1168 )
...
* Travis run test cases on binding and render dir and add some test cases for binding and render
2018-01-26 11:46:11 +08:00
Bo-Yi Wu
2fbb97117c
fix(build): remove unused target. ( #1183 )
2018-01-24 11:06:42 +08:00
Bo-Yi Wu
1e1e4fc867
Add Makefile to check the following thing ( #947 )
...
* Add Makefile to check the following thing.
* vet check
* fmt check
* embedmd check
* misspell check
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* remove unused variable.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-06-12 21:50:42 -05:00