go-sample
Go sample
A sample project demonstrating Go best practices and architecture patterns
Go Project Sample Layout
130 stars
1 watching
26 forks
Language: Go
last commit: almost 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
azure-samples/azure-sdk-for-go-samples | A collection of samples demonstrating how to use Azure services from Go | 301 |
namit/the-go-programming-language | A collection of notes, examples, and exercises from the official Go book. | 2 |
zmb3/gogetdoc | Tools to easily look up documentation for items in Go source code from within the editor. | 183 |
go-lark/examples | A collection of examples demonstrating the capabilities and usage of go-lark in various scenarios. | 4 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
zylisp/zylisp | A compiler-based implementation of a Lisp language in Go | 12 |
ik5/gostrutils | A collection of string utilities for the Go programming language | 45 |
mmcgrana/gobyexample | A site that teaches Go programming by extracting code and comments from source files | 7,291 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
barweiss/go-tuple | A package providing generic tuples in Go with various features and APIs for common use cases. | 82 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 77 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |
marshyski/go-ozzo-examples | API examples for building web applications using the OZzo framework | 6 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 640 |
zoumo/goset | Provides a basic set data structure with common operations for Go | 52 |