-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Zelenko edited this page Oct 30, 2018
·
16 revisions
Libraries | Descriptions |
---|---|
Go Projects | List of useful resources |
golanglibs.com | Go libraries and apps. Trending, Popular, and Random |
go-search.org | GS mainly aims at searching function other than hosting the documents. |
awesome‑go.com | A curated list of awesome Go frameworks, libraries and software. |
gobot.io | Go, Robot, Go! Golang Powered Robotics Next generation robotics/IoT framework with support for 34 different platforms. Gobot has an extensible system for connecting to hardware devices. The following robotics and physical computing platforms are currently supported. |
gowalker.org | Type to search 338,484 Go projects |
go.libhunt.com | A curated list of awesome Go packages, frameworks and resources |
- Go by Example https://gobyexample.com/
- Go Programs and Apps" http://go-lang.cat-v.org/go-code
- Who is using Go? https://github.com/golang/go/wiki/GoUsers
- Stream music using Go: nf/goplayer
- Reading Excel files: https://github.com/tealeg/xlsx
- Generate PDF: https://github.com/signintech/gopdf
- RSS: https://github.com/mmcdole/gofeed
- File Upload: https://github.com/astaxie/build-web-application-with-golang/blob/master/en/04.5.md
- LDAP: https://github.com/mmitton/ldap
- Web Frameworks: https://golanglibs.com/category/web-framework?sort=top
- Go syntax and features: https://github.com/a8m/go-lang-cheat-sheet
- QOR: the SDK for E-Commerce & CMS development, written in Go https://getqor.com/en
- Buffalo A Go web development eco-system https://gobuffalo.io/en
- The world’s fastest framework for building websites https://gohugo.io/
- a tour of Go https://tour.golang.org
Use established conventions for programming in Go, such as naming, formatting, program construction, and so on, so that programs you write will be easy for other Go programmers to understand.
- https://about.sourcegraph.com/go/idiomatic-go/
- http://idiomaticgo.com/post/testing/idiomatic-go-tests/
- https://pocketgophers.com/idiomatic-go/
- https://golang.org/doc/effective_go.html
- https://go-sandbox.com/
- https://play.golang.org/
- https://www.tutorialspoint.com/execute_golang_online.php
- http://www.compileonline.com/execute_golang_online.php
- https://www.jdoodle.com/execute-go-online
- https://goplay.space/
- https://coderpad.io/sandbox
Copyright © 2018 Zelenko