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

Awesome Go Lite for Gophers #1

Open
ShevaXu opened this issue Aug 26, 2017 · 0 comments
Open

Awesome Go Lite for Gophers #1

ShevaXu opened this issue Aug 26, 2017 · 0 comments

Comments

@ShevaXu
Copy link
Owner

ShevaXu commented Aug 26, 2017

Awesome Go Lite for Gophers Awesome

Additional resources for the awesome Golang. Repeated links are not listed here. Instead, a script is provided to make it easier to search from multiple sources.

Content

Online Tools

  • Go report card - Generate report for Github Go project.
  • JSON to Go - JS script converting JSON to Go code.
  • exage - "Check All The Things" for go-gettable GitHub repository

Resources

Links

find.sh

#!/bin/bash
echo "find $1 >>>"
echo "avelino/awesome-go"
curl -s "https://raw.githubusercontent.com/avelino/awesome-go/master/README.md" | grep $1
echo "gostor/awesome-go-storage"
curl -s "https://raw.githubusercontent.com/gostor/awesome-go-storage/master/README.md" | grep $1

A script to help you find resources from the above links (search from raw README text so that URLs are also concerned using curl and grep).

$ ./find.sh bolt
find bolt >>>
avelino/awesome-go
* [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.
gostor/awesome-go-storage
* [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go.

Add your own sources to the script as you wish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant