Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tools which are not found #2938

Merged
merged 1 commit into from Feb 4, 2020
Merged

Remove tools which are not found #2938

merged 1 commit into from Feb 4, 2020

Conversation

suzuki-shunsuke
Copy link
Contributor

@suzuki-shunsuke suzuki-shunsuke commented Feb 2, 2020

I validate urls by durl

$ git ls-files | durl check
failed to check a url: https://www.meetup.com/Golang-Mountain-View/ [README.md]: https://www.meetup.com/Golang-Mountain-View/ is dead (404)
failed to check a url: https://github.com/winterssy/sreq [README.md]: https://github.com/winterssy/sreq is dead (404)
failed to check a url: http://scripts.sil.org/OFLFira [tmpl/assets/fonts/firasansbook.ttf, tmpl/assets/fonts/firasansmediumitalic.ttf, tmpl/assets/fonts/firasanssemibolditalic.ttf, tmpl/assets/fonts/firasansbookitalic.ttf, tmpl/assets/fonts/firasansmedium.ttf, tmpl/assets/fonts/firasansextralightitalic.ttf, tmpl/assets/fonts/firasansextralight.ttf, tmpl/assets/fonts/firasanslightitalic.ttf, tmpl/assets/fonts/firasanslight.ttf, tmpl/assets/fonts/firasanssemibold.ttf, tmpl/assets/fonts/firasansbold.ttf]: http://scripts.sil.org/OFLFira is dead (404)
failed to check a url: https://github.com/qiangxue/go-restful-api [README.md]: https://github.com/qiangxue/go-restful-api is dead (404)
failed to check a url: http://www.carrois.comLicensed [tmpl/assets/fonts/firasansitalic.ttf, tmpl/assets/fonts/firasansbold.ttf, tmpl/assets/fonts/firasansmedium.ttf, tmpl/assets/fonts/firasanslightitalic.ttf, tmpl/assets/fonts/firasanslight.ttf, tmpl/assets/fonts/firasanssemibold.ttf, tmpl/assets/fonts/firasans.ttf, tmpl/assets/fonts/firasansextralight.ttf, tmpl/assets/fonts/firasansextralightitalic.ttf, tmpl/assets/fonts/firasansbolditalic.ttf, tmpl/assets/fonts/firasanssemibolditalic.ttf, tmpl/assets/fonts/firasansmediumitalic.ttf, tmpl/assets/fonts/firasansbookitalic.ttf, tmpl/assets/fonts/firasansbook.ttf]: Get http://www.carrois.comLicensed: dial tcp: lookup www.carrois.comLicensed on 192.168.1.1:53: no such host
failed to check a url: https://github.com/variadico/scaneo [README.md]: https://github.com/variadico/scaneo is dead (404)
failed to check a url: https://at.line.me/en [README.md]: https://at.line.me/en is dead (404)
failed to check a url: https://github.com/dominikh/go-tools/tree/master/cmd/unused [README.md]: https://github.com/dominikh/go-tools/tree/master/cmd/unused is dead (404)
failed to check a url: https://github.com/dominikh/go-tools/tree/master/cmd/gosimple [README.md]: https://github.com/dominikh/go-tools/tree/master/cmd/gosimple is dead (404)
failed to check a url: https://github.com/yaa110/sslice [README.md]: https://github.com/yaa110/sslice is dead (404)
failed to check a url: https://www.meetup.com/nycgolang/ [README.md]: https://www.meetup.com/nycgolang/ is dead (404)
failed to check a url: https://gophercon.vn/ [README.md]: Get https://gophercon.vn/: x509: certificate is valid for *.netlify.com, netlify.com, not gophercon.vn
failed to check a url: https://git.sci4me.com/sci4me/yakvs [README.md]: Get https://git.sci4me.com/sci4me/yakvs: dial tcp: lookup git.sci4me.com on 192.168.1.1:53: no such host
failed to check a url: https://www.google-analytics.com/analytics.js','ga [tmpl/tmpl.html]: https://www.google-analytics.com/analytics.js','ga is dead (404)
failed to check a url: http://myanimelist.net/modules.php?go=api [README.md]: http://myanimelist.net/modules.php?go=api is dead (404)
failed to check a url: https://www.gophercon.in/ [README.md]: Get https://www.gophercon.in/: x509: certificate is valid for *.netlify.com, netlify.com, not www.gophercon.in
$ git ls-files | durl check | grep github.com
failed to check a url: https://github.com/winterssy/sreq [README.md]: https://github.com/winterssy/sreq is dead (404)
failed to check a url: https://github.com/qiangxue/go-restful-api [README.md]: https://github.com/qiangxue/go-restful-api is dead (404)
failed to check a url: https://github.com/variadico/scaneo [README.md]: https://github.com/variadico/scaneo is dead (404)
failed to check a url: https://github.com/dominikh/go-tools/tree/master/cmd/unused [README.md]: https://github.com/dominikh/go-tools/tree/master/cmd/unused is dead (404)
failed to check a url: https://github.com/dominikh/go-tools/tree/master/cmd/gosimple [README.md]: https://github.com/dominikh/go-tools/tree/master/cmd/gosimple is dead (404)
failed to check a url: https://github.com/yaa110/sslice [README.md]: https://github.com/yaa110/sslice is dead (404)

* [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs.
* [go-restful-api](https://github.com/qiangxue/go-restful-api) - An idiomatic Go RESTful API starter kit following SOLID principles and Clean Architecture with a common project layout.
* [sreq](https://github.com/winterssy/sreq) - A simple, user-friendly and concurrent safe HTTP request library for Go.
* [sslice](https://github.com/yaa110/sslice) - Create a slice which is always sorted.
@avelino
Copy link
Owner

avelino commented Feb 2, 2020

Thank you for contributing with awesome-go, we will revise your contribution as soon as possible.

Automation body content check:

  • godoc.org: False
  • goreportcard.com: False
  • coverage: False

Copy link
Collaborator

@panjf2000 panjf2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your efforts.👍

@panjf2000 panjf2000 merged commit 27e7e05 into avelino:master Feb 4, 2020
@suzuki-shunsuke suzuki-shunsuke deleted the remove-404-tool branch February 4, 2020 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants